DB graphs

Uses SA automap to load in a table and makes a graph of a the counts of a specific column.

Big shout-out to Ruan Bekker's Graphing Pretty Charts With Python Flask and Chartjs which made the graphing part very easy.

Setup

python3.9 -m venv venv
source venv/bin/activate
pip install -r requirements.txt
cp .env-template .env
# set env variables
flask run