- setup your postgres database
- create schemas by running the scripts in migration folder in your postgres server
- setup your python environment
pipenv install -d
cp example.env .env
# modify your .env
cp example.flaskenv .flaskenv
# modify your .flaskenv
pipenv run pytest
pipenv run flask run