REST API for implementing dashboard.
java 21, Maven, Spring Boot, JPA, Postgresql, Liquibase.
Application uses a Postgres as a persistent storage. Options to get it up:
- Use remote existing postgres. It is needed to specify the path in configs.
- Start local postgres in docker
docker compose -f compose.yaml up -d