Skip to content

Priya103/covid-tracker

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

COVID-19 Tracker

Maven CI

Corona Virus Tracker Application

Application is live at covid.subho.xyz Data is updated at an interval of 30 minutes.

Screenshot

This is a Spring Boot Application and integrated with Thymeleaf for data representation

Send in your Contribution using Pull Requests

The executable runtime can be either downloaded from packages or the releases page

To run this JAR (Requires JDK 11+)

Note: You can always build your own JRE using jlink from JDK 11+

java -jar covid-tracker-1.2.jar

Open localhost:8080 from your browser to see the application running

The Dockerized application instructions

To run the application

docker run -d -p 80:8080 subhrodip/covid-tracker:1.2

OR

docker run -d -p 80:8080 docker.pkg.github.com/ohbus/covid-tracker/application:1.2

Open localhost in your browser to see application running

About

because, why not? [ statistical data updated every 30 minutes ]

Resources

License

Stars

0 stars

Watchers

0 watching

Forks

Packages

 
 
 

Contributors

Languages

  • JavaScript 74.5%
  • Java 18.2%
  • CSS 4.1%
  • HTML 2.8%
  • Dockerfile 0.4%