MindSpark is a quiz application where users can take quizzes based on their preferences and track their performance on a dedicated dashboard.
Admins have full control to create, edit, and delete quizzes, as well as manage user accounts when necessary.
VSCode + Linux (required for running Celery).
See Vite Configuration Reference.
npm installnpm run devThe Vue server will be running on:
npm run buildNavigate to the Flask backend directory:
cd .\Mad2_Flask\Install dependencies:
pip install -r requirements.txtRun the Flask server:
python app.pyThe Flask server will be running on:
Now your Vue frontend and Flask backend are set up correctly! 🚀
