Class 12 Computer Science Project made by Arhaan Bahadur and Hrijul Chauhan.
Kuizu β A trivia app built using Flask and MySQL.
- Login/Register
- Dashboard
- Attempt Quizzes
- Get Results
- Fetches Questions from Open Trivia DB
- Install dependencies
pipenv install -r requirements.txt
- Start a virtual environment
pipenv shell
- Run the app
flask run