Sign inSign up

lovelearnlinux/covid19-dashboard

By lovelearnlinux

Updated about 4 years ago

Covid 19 Monitoring App

Image
0

3.8K

lovelearnlinux/covid19-dashboard repository overview

The goal of this project is not to build just another dashboard. But, to focus on a monitor & mobile-friendly UI/UX.

The application is developed using Python 3.6 and Django version .

This app collects Covid19 data from the following sources:

  1. Johns Hopkins University: (https://github.com/CSSEGISandData/COVID-19)
  2. Our World in Data: (https://github.com/owid/covid-19-data/tree/master/public/data)
  3. New York Times: (https://github.com/nytimes/covid-19-data)

Containers created using this image will expose application on port 8000.

Example:

docker run -d -p 8000:8000 lovelearnlinux/covid19-dashboard:latest 

Tag summary

Content type

Image

Digest

sha256:01e06ae93

Size

454.8 MB

Last updated

about 4 years ago

docker pull lovelearnlinux/covid19-dashboard