Skip to content

Latest commit

 

History

History
36 lines (18 loc) · 1.21 KB

README.md

File metadata and controls

36 lines (18 loc) · 1.21 KB

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