Skip to content

ishanjogalekar/Covid19_Cases--Tracker-SpringBoot-Application

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Covid-19 Cases in World - Tracker Web application using Spring - boot and Spring MVC

Requirements :

  1. JDK 17

    • If choosing another version of JDK specify in pom.xml file
  2. GitHub Repository is used as data source.

  3. Github Repo
    Github CSV

  4. Browser to deploy app on localhost

    • As spring is already loaded with Tomcat server with localhost:8080 no need to use external server
    • In Intellij idea properties direct opening in Chrome at localhost:8080 settings already created
  5. Maven dependencies are injected directly to avoid tight coupling in codes.

  6. Java directory contains all backend part while resources-> templates contains frontend as HTML files with bootstrap css & server-side Java script coupled with Thymeleaf template.

Steps

  1. Clone the repository
  2. Open project in Intellij idea or any other Java IDE
  3. Check the dependencies in pom.xml
  4. Run main class or project as spring boot project

Used tech stacks



Application Images

  1. Webapp window:

demo

2. Console:

App

3. Java class UML:

App

4. Maven dependencies UML:

App



About

Java Spring boot application for tracking Covid-19 cases in the world using CSV file

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors