Visualization dashboard to see key data related to Covid-19.
View On Heroku
·
Report Bug/Request Feature
·
Code Inspector Dashboard
To install the Spring Boot backend follow the below steps. After this is successfully installed, then you may install the React frontend by going here.
covid_db
.git clone https://github.com/bhaden94/Covid19-tracker-V2-API.git
gradlew bootRun --args='--spring.profiles.active=dev'
dev
This is the API and services of the Covid-19 Tracker. Upon startup, the services will pull data from Johns Hopkins University Center for Systems Science and Engineering (JHU CSSE) and insert it into your local running MongoDB.
See the open issues for a list of proposed features (and known issues).
Contributions are what make the open source community such an amazing place to be; learn, inspire, and create. Any contributions you make are greatly appreciated.
git checkout -b feature/AmazingFeature
)git commit -m 'Add some AmazingFeature'
)git push origin feature/AmazingFeature
)Distributed under the MIT License. See LICENSE
for more information.
Brady Haden - LinkedIn