Skip to content

bbelderbos/sa-graph

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published