Skip to content
/ corona Public

A simple graph display about the covid-19 spread in Poland

Notifications You must be signed in to change notification settings

itsdkey/corona

Repository files navigation

corona

A simple graph display about the covid-19 spread in Poland.

This app gathers data every 15minutes.

Used packages

  1. Flask
  2. Dash
  3. Celery
  4. Redis

installation

add a .env file with a following content:

export BROKER_URL=path_to_broker_url

Usage

  1. Start your broker for example: docker start redis
  2. Start a celery worker with celery beat: celery -A app worker -l info -B
  3. Start the app: python manage.py [for production use please checkout passenger_wsgi.py]

About

A simple graph display about the covid-19 spread in Poland

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published