Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 380 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 380 Bytes

Running the program

Create a virtual environment

python3 -m venv .venv

Activate the virtual environment

. .venv/bin/activate

Install Flask

pip install Flask

Install Requests

pip install requests

Run the flask application

python3 -m flask --app src/app run

Build / Rebuild Database

Run db.py

python3 src/db.py run