Skip to content

Maran1947/quizspot

Repository files navigation

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