Live: https://quizco-app.netlify.app/
Frontend: https://github.com/vishwajeetraj11/quizco-frontend
Backend: https://github.com/vishwajeetraj11/quizco-backend/
AI Quiz Builder Enabled only for Admin
Running it Locally:
- Go to Clerk Dashboard and create an application.
- Go to Clerk Dashboard > Your Application > Paths > Change the paths as in this image.
- Make a MongoDB cluster and copy its connection string.
- Copy Frontend API Key and Backend API Key.
- Backend env.
- DB_PASSWORD=<DB_PASSWORD>
- MONGODB_URI=<MONGODB_URI>
- PORT=
- CLERK_API_KEY=<CLERK_BACKEND_API_KEY>
- CLERK_API_URL=https://api.clerk.dev - Frontend env. - REACT_APP_CLERK_FRONTEND_API=<CLERK_FRONTEND_API>
- Install Dependencies.
- Run Backend (
yarn dev
), Run Frontend (yarn start
)