Spring Boot Java app to track coronavirus confirmed cases across the globe
Tools and technologies used:
- IDE - Intellij Idea;
- JDK - 1.8 or later;
- Spring Web - 2.7;
- Spring Boot DevTools;
- Thymeleaf;
Development Steps:
- Create an Intellij Idea Dynamic Web Project;
- Add Dependencies;
- Project Structure;
- Create a Service - CoronaVirusDataService.java;
- Create a Model - LocationStats.java;
- Create a Controller - HomeController.java;
- Create a home.html;
- Demo;