Make sure all libraries are downloaded with
pip install -r requirements.txt
To use this, run python run app.py
This program uses a template from Bootstrap which is free use by the MIT license. The frontend of this uses Bootstrap for all its design and such.
These are the following libraries used:
- Flask
- Bootstrap
- Flask-SQLAlchemy
- flask-cors
- flask-jwt-extended
- Flask-Migrate
- Passlib
The code is high quality as it follows PEP8 and has documentation in the code. It is organized in a very simple folder structure.