Skip to content

alicevoland/cov19spring

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

78 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cov19Spring: Spring Boot Backend

Cov19Toyprojects

This project is part of Cov19Toyprojects. These are small toy projects using Covid open data, for learning purposes. The projects are:

Presentation

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)

Frontend

A REACT frontend is available here: Covid 19 React (hosted on a free heroku dyno, can take a few seconds to wake up)

(GitHub project)

Development

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

About

Toy projects using Covid Data: Spring Boot backend

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published