Simple setup and run instructions.
python3 -m venv .sample_tracker
source .sample_tracker/bin/activate
pip install -r requirements.txt
python3 -m flask --app app init-db
python3 -m flask --app app runAfter the Flask server starts, open:
http://127.0.0.1:5000