Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 741 Bytes

README.md

File metadata and controls

8 lines (7 loc) · 741 Bytes

coronavirus-tracker-app

This is a Novel Coronavirus tracker application created using SpringBoot and Thymeleaf.

All the data regarding confirmed cases are being fetched from the Github repository maintained by John Hopkins University regarding the virus cases.

Below mentioned is the csv(updated regularly) from where data is being fetched into our springboot application.

https://github.com/CSSEGISandData/COVID-19/blob/master/csse_covid_19_data/csse_covid_19_time_series/time_series_19-covid-Confirmed.csv

This application has been deployed in Pivotal Cloud Foundry. Below mentioned is the link to the application. You can use it to see the latest confirmed cases across the globe.