Project to replace the old Baloise CuT application.
- Setup Database
docker run --name postgres_cat -e POSTGRES_DB=cat -e POSTGRES_USER=cat -e POSTGRES_PASSWORD=cat -d -p 5433:5432 postgres:12-alpine
- Execute server to create tables & views over flyway
- Import data (data.zip)
cd cat-server
mvn spring-boot:run -Dspring-boot.run.profiles=dev
running on port 8088
cd cat-vaadin-client
mvn spring-boot:run
running on port 8080
todo