项目作者: zishan2050
项目描述 :
COVID Stats
高级语言: Java
项目地址: git://github.com/zishan2050/covid-app.git
Covid App
This app shows COVID stats. It has both UI and API exposed at the base URL ‘/covid/app/login.html’ and ‘/covid/api/login’ respectively.
Features
- Signup
- Login
- Covid Dashboard that shows overall covid stats of India and drill down to the state level.
- Logout
Steps to run:
- Set the required environment variables mentioned at ‘src/main/resources/application-prod.properties’
- Either build the project using ‘./gradlew clean build’ or create an image using Dockerfile present at the root of the project.
- Depending on Step 2, either run using ‘java -jar path/to/jar’ or run docker image directly.