This project is part of Cov19Toyprojects. These are small toy projects using Covid open data, for learning purposes. The projects are:
- Cov19Spring, a Spring Boot backend (this project)
- Cov19React, a Reactfrontend
- Cov19Django, a Django backend
This project aims at providing a REST API for some covid statistics from the french government open data platform data.gouv.fr
More information and API documentation can be found here: Covid 19 API docs (hosted on a free heroku dyno, can take a few seconds to wake up)
A REACT frontend is available here: Covid 19 React (hosted on a free heroku dyno, can take a few seconds to wake up)
This project is using the spring boot framework, and a postgresql database.
docker run --rm --name pg-docker -e POSTGRES_PASSWORD=postgres -e POSTGRES_DB=dev -d -p 5432:5432 postgres