A web application that automatically downloads today's .csv file from the JHU CSSE COVID-19 Dataset with daily covid data (confirmed cases, deaths, recovered, etc.), parses them using Java and saves it to MySql with Hibernate.
The data is then queried using both Spring Data JPA and native SQL queries, added to a model on the back end and displayed using Thymeleaf in the front end.
Finally, with Swagger we can use the full range of API queries.
The project uses Java 11, Spring, Hibernate, MySql, HTML, CSS, Bootstrap, Thymeleaf, Swagger, JavaScript and is deployed on Heroku.
@brunopique – hi@brunopique.dev
Distributed under the MIT license.
- Fork it (https://github.com/brunopique/covidRealTime/fork)
- Create your feature branch (
git checkout -b feature/fooBar) - Commit your changes (
git commit -am 'Add some fooBar') - Push to the branch (
git push origin feature/fooBar) - Create a new Pull Request
