home

Covid19Monitoring


Description


This is a small Python project for Covid19 monitoring. I used Python with Flask, MySql and Plotly library for graphs.


The API used is: Covid19 API.

API documentation: Covid19 API Postman Documentation.

Plotly documentation: Plotly.


The whole project is hosted on PythonAnyWhere at the following link: Covid19Monitoring.


The project consists of a database that contains the data to be displayed, a single web page and python that takes care of retrieving the data from the API, inserting them into the database and displaying them in the graphs through the Plotly library.


Where does the data come from ?

As explained on the API website, the data is sourced from Johns Hopkins CSSE.



immagine


immagine


immagine



GitHub Repository