An AI powered quiz web app.
Follow the below steps to setup this repo locally.
- Fork and clone the repo.
- Install dependencies.
npm i
- Create a .env file and paste the below variables with their values.
AUTH_SECRET=
MONGODB_URI=
GEMINI_API_KEY=
- Run the server
npm run dev