Simple dashboard with COVID-19 global and separate Russian Federation statistics on Dash, a Python framework for building analytical web applications. The completed app was deployed on Heroku and can be viewed at https://covid19-dash-prod.herokuapp.com/
docker run -d -p 8050:8050 lightblash/covid19_dash:latest
and visit http://localhost:8050/ in your web browser. You should see the app.
Clone this repository to your local machine running one of the following commands
via SSH
git clone [email protected]:Lightblash/covid19-dashboard.git
via HTTPS
git clone https://github.com/Lightblash/covid19-dashboard.git
Install all dependencies into your current environment running the following command from the root of repo
pip install -r requirements.txt
Run the app from the root directory of the repo with
python index.py
and visit http://localhost:8050/ in your web browser. You should see the app.
This project is licensed under the terms of the MIT license