Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 244 Bytes

readme.md

File metadata and controls

20 lines (14 loc) · 244 Bytes

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