Skip to content

Latest commit

 

History

History
23 lines (12 loc) · 298 Bytes

README.md

File metadata and controls

23 lines (12 loc) · 298 Bytes

onlinequiz

Quiz online using Flask

Start using

  1. Clone project

  2. Install Flask and extension

pip install -r requirements.txt

  1. Install MongoDB and confit it.

  2. Restore DB to server

mongorestore -d db_name db_project (Command using on Linux)

  1. Start it using command

python run.py