Skip to content

Covid-19 data Visualisation dashboard host at Heroku, primarily focus on England, Surrey.

Notifications You must be signed in to change notification settings

jonathancychow/covid19-data-visualisation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

87 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

COVID 19 UK Cases Dashboard

Dashboard

The dashboard is hosted at Heroku, please see this link.

Python Library Installation

  • Run the command prompt with admin privilege and install the Python package Poetry as follow:
pip install poetry
  • Restart the command prompt and cd to the repo directory
  • Install the required libraries by invoking poetry
poetry install 

Get Going

  • Install poetry following instruction from above, then invoke the poetry shell
poetry shell 
  • Start dashboard
dashboard

If you see the following, the dashboard is already running:

Dash is running on http://127.0.0.1:8050/

 * Serving Flask app "dashboard-script" (lazy loading)
 * Environment: production
   WARNING: This is a development server. Do not use it in a production deployment.
   Use a production WSGI server instead.
 * Debug mode: on

By default, the dashboard will be running at localhost:8050, open a browser and visit http://localhost:8050.

About

Covid-19 data Visualisation dashboard host at Heroku, primarily focus on England, Surrey.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages