Clone using:
git clone https://github.com/bhagyajbijukumar/flask-quick-start.git
To run the project
flask run
Initially the project has 2 blueprints (admin and user) You can use these as a reference for more blueprints An example of accessing database is also given
create database from models.py using
python manage.py create_all