Project subject: Compilation of global statistical data regarding the pandemic
- Run:
docker compose up
- Install maven dependencies
- Run:
docker compose -f "db-compose.yml" up
- Launch spring app with
dev
profile
- Run:
npm i
npm run dev
- Register as admin
- Import Cases and/or Vaccinations from CSV
- Database ✔️
- Network communication ✔️
- Handling of XML & JSON files ✔️
- Sign up, sign in & authorization of JWT ✔️
- Unit/Integration tests ✔️
- Lombok ✔️
- Gson/Xmappr/JAXB ❌(used Jackson)
- Spring Boot ✔️
- SQL ✔️
- Docker ✔️
- Android app ❌
- Postman ✔️
- Git ✔️
Data as of 2023-05-25
- Cases and deaths (by country and date)
- Total vaccinations (by country, date and manufacturer)
- Details about vaccinations (by country and date)