Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cosminpopescu14/coronavirus-app
https://github.com/cosminpopescu14/coronavirus-app
coronavirus covid-19 covid19 java java-13 spring-boot
Last synced: 13 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/cosminpopescu14/coronavirus-app
- Owner: cosminpopescu14
- Created: 2020-03-02T07:18:19.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2024-12-19T16:09:47.000Z (18 days ago)
- Last Synced: 2024-12-19T17:23:25.992Z (18 days ago)
- Topics: coronavirus, covid-19, covid19, java, java-13, spring-boot
- Language: Java
- Size: 54.7 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 8
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
This is a simple web application in Java and Spring Boot that tracks corona virus cases.
The data source is a csv file form this
https://raw.githubusercontent.com/CSSEGISandData/COVID-19/master/csse_covid_19_data/csse_covid_19_time_series/time_series_19-covid-Confirmed.csvAt the moment there are pages for
* Global situation. Updated daily at 7 AM (GMT+1)
* Evolution in Romania
* A basic chart for global casesThe requirements are
* Java 11 or 13 with Spring Boot
* MySQL for saving data
* MavenAll you need to do, is to download/clone the repo and import the project into your favourite ide
and leave it to do the maven imports.You can build the app using `mvn clean install` and start the app with `java -jar jar_created_by_maven.jar` or
`nohup java -jar jar_created_by_maven.jar &` for running in the background.Thank you for your interest in this app :)
The application can be viewed at this link
http://chestiiautomate.ro:8070/Statistics for Romania are in progress.
They are done! :)
I would like to thank http://geo-spatial.org/ for the apis created :Dhttps://covid19.geo-spatial.org/dashboard/about
If you like it, you can star it :D