Quiz online using Flask
Start using
- 
Clone project
 - 
Install Flask and extension
 
pip install -r requirements.txt
- 
Install MongoDB and confit it.
 - 
Restore DB to server
 
mongorestore -d db_name db_project (Command using on Linux)
- Start it using command
 
python run.py