lucianolorenti / coronITA

Dashboard of Coronavirus outbreak in italy

Home Page:http://italiacovid.online/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dashboard of Coronavirus in Italy

Description

The Civil Protection Department is publishing reliable data about the incidence of this virus in the Italian Population. This dashboard shows the developing of the disease in Italy and its provinces. It is automatically updated every 12 hours.

Screenshot

Screenshot

Tools

Frontend

  • Typescript
  • React
  • Recharts
  • Material-ui

Backend

  • Python
  • Flask
  • Pandas
  • numpy

How to run it locally for development

git clone https://github.com/lucianolorenti/coronITA.git

pip install -e coronITA
cd coronITA
env FLASK_ENV=development FLASK_APP=coronita/server.py flask run

If you want to generate the .js of the frontend

cd coronITA
npm install
webpack

About

Dashboard of Coronavirus outbreak in italy

http://italiacovid.online/


Languages

Language:TypeScript 76.6%Language:Python 21.1%Language:JavaScript 1.0%Language:HTML 0.7%Language:CSS 0.6%