Skip to content

Latest commit

 

History

History
28 lines (23 loc) · 556 Bytes

README.md

File metadata and controls

28 lines (23 loc) · 556 Bytes

QuizSpot AI

An AI powered quiz web app.

Screenshots

quiz_dashboard_ui

🏗 Setup

Follow the below steps to setup this repo locally.

  1. Fork and clone the repo.
  2. Install dependencies.
    npm i
  1. Create a .env file and paste the below variables with their values.
AUTH_SECRET=
MONGODB_URI=
GEMINI_API_KEY=
  1. Run the server
    npm run dev

Attributions