Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ohbus/covid-tracker
because, why not? [ statistical data updated every 30 minutes ]
https://github.com/ohbus/covid-tracker
bootstrap coronavirus coronavirus-tracker coronavirus-tracking covid-19 covid-tracker hacktoberfest java javascript mvc spring-boot thymeleaf
Last synced: 23 days ago
JSON representation
because, why not? [ statistical data updated every 30 minutes ]
- Host: GitHub
- URL: https://github.com/ohbus/covid-tracker
- Owner: ohbus
- License: gpl-3.0
- Created: 2020-05-10T10:58:38.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-03-24T10:58:23.000Z (over 3 years ago)
- Last Synced: 2023-03-04T15:44:02.399Z (over 1 year ago)
- Topics: bootstrap, coronavirus, coronavirus-tracker, coronavirus-tracking, covid-19, covid-tracker, hacktoberfest, java, javascript, mvc, spring-boot, thymeleaf
- Language: JavaScript
- Homepage: https://covid.subho.xyz
- Size: 30.8 MB
- Stars: 8
- Watchers: 2
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# COVID-19 Tracker
![Maven CI](https://github.com/ohbus/covid-tracker/workflows/Maven%20CI/badge.svg)
### Corona Virus Tracker Application
#### Application is live at [covid.subho.xyz](https://covid.subho.xyz) Data is updated at an interval of 30 minutes.
![Screenshot](https://github.com/ohbus/covid-tracker/blob/readme/assets/covid-tracker.gif)
#### 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](https://github.com/ohbus/covid-tracker/packages) or the [releases](https://github.com/ohbus/covid-tracker/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