quiz-app
Quiz Web Application made with flask and mongodb as the Databases
( Read More )
Before you run this application, change the inside MONGODB_URI ( in config.py ) to your cluster database.Example for MONGODB_URI :
MONGODB_URI = 'mongodb+srv://username:[email protected]/myFirstDatabase?retryWrites=true&w=majority'
Features
- CRUD with ajax
- Rest API
- Add Quiz
- Add Quz From CSV
- Edit QUiz
- Quiz author can see score that if quiz were done by other users ( only for logged in users )
- We can see the quiz scores that have been done
- Register
- Login
- Change Password