HackTheNorth2021 
Hello and welcome to our HackTheNorth2021 group project! We created a COVID dashboard for Canada using Python, Plotly and Dash. The visualizations display data gathered from the OpenCovid API https://opencovid.ca/api/.
Installation
First navigate to the folder where you cloned the repository and then install all the packages via pip
pip install -r requirements.txt
Deployment
This app is hosted using Heroku. If you would like to host your own version, please follow the instructions given by this guide. A word of advice, do not use static files as they make the hosting process 10x harder.
Log in or sign up for Devpost to join the conversation.