for PRs mostly
- use python v3.7+
- create venv :
python -m venv virtual
- activate venv :
source venv/bin/activate
- install packages :
pip install -r requirements.txt
- setup the db for the tables with
python setup.py
(please be in the directory where this project is cloned)
- run flask app with
python app.py
- open
http://localhost:8800
to view the app