In the project directory, you can run:
python app.py
Runs the app in the development mode.
Open http://localhost:5000 to view it in your browser.
Recommended to create virtual environment and install modules from requirements.txt using:
python -m virtualenv venv
venv/scripts/activate
pip install -r requirements.txt
Check out the credentials available in authdata.py. Below are some sample creds
School Incharge
---------------
Username: [email protected]
Password: pass
School Student
--------------
Username: [email protected]
Password: pass
School Parent
-------------
Username: [email protected]
Password: pass
Health Officer
----------------------
Username: [email protected]
Password: pass
You need MongoDB installed in your PC to fix this error. The app takes care of initialising a database with dummy values, once mongodb is installed.