how to run the project create a virtual env and activate it install requirements pip install -r requirements.txt create the db python db.py run the project in debug mode flask --debug run