DB app example

A deployable Python app with a DB, designed to illustrate good practice in handling resources/environments.

Installation & setup

pip3 install -r requirements.txt

psql postgres -f setup.sql

Development

python3 main.py