This organization expose all microservices repositories used for the school project "Covid Alert".
You can access the hosted version of the project at https://covid.florent.best/.
Note: The website has been shut down, only the documentation link will work as it is hosted on Github Pages
More information on the website dedicated to specifications.
Microservices (Project having reached due date, all microservices have been teared down):
- Authentication (keycloak): https://auth.covid.florent.best
- News: https://news-provider.covid.florent.best
- Compass (geolocation): https://compass.covid.florent.best
- Vaccines: https://vaccines.covid.florent.best
- Tests: https://tests.covid.florent.best/
- Alerts: https://alerts.covid.florent.best/
Some services are dependend to other services. We do our best to make sure these dependencies are declared in the README.md
of each repository. Make sure you started these dependencies before beginning local development on a repository. Furthermore, if a repository contains a docker-compose.yml
file, you must start these containers (using docker-compose up
or docker compose up
for Compose V2).