- Fork this repository to your github account
- Clone the forked repository and proceed with steps mentioned below
virtualenv env --python=python3.8
source env/bin/activate
pip install -r requirements.txt
export FLASK_APP=core/server.py
rm core/store.sqlite3
flask db upgrade -d core/migrations/
bash run.sh
pytest -vvv -s tests/
# for test coverage report
# pytest --cov
# open htmlcov/index.html