This workspace contains a MERN-based Interactive Quiz Platform with frontend and backend.
Folders:
- backend: Express API
- frontend: Vite + React frontend
See individual READMEs for start instructions.
Quick start:
- Start MongoDB locally (or set MONGO_URI in backend/.env)
- In backend: npm install && npm run dev
- In frontend: npm install && npm run dev