- (Recommended) Create a virtual environment
.envand install the dependencies
python3 -m venv .env
source .env/bin/activate
python3 -m pip install -r requirements.txt
- This app uses Postgres as the DBMS. Run
create_db.pyto populate the database with fake data. - Run
python3 app.pyto start the app.