This application allows users to vizualize some key data of the evolution of Covid-19 pandemy for France at country and departments scale. The data are automatically updated every day. The source is "Santé publique France" .
The app is available online here : http://covid19.vincentbroute.fr/
Whith Makefile :
Run Flask debug server :
make run-dev
Run the app through uwsgi + nginx server :
make run-prod