The US Covid-19 Vaccinations is a simple web application presenting the recent progress of COVID-19 vaccinations in United States for each state based on data from CDC. This project has been served at Heroku, online access link here.
├──run.py
├──main
└──static
├──img
├──assets
├──css
├──img
├──js
├──vendor
├──templates
├──base.html
├──index.html
├──table.html
├──table2.html
├──figure
├──moderna.html
├──pfizer.html
├──race_plot.html
├──generator
├──map
├──db
├──__init__.py
├──route.py
├──vaccine.db
Enter the root directory. Command export FLASK_APP=main
in linux environment and run flask run
All data are obtained from Data.CDC.gov
This application uses Flask framwork, SQLite database and deployed in Heroku. Ploty is used for visualization.