Skip to content

Latest commit

 

History

History
39 lines (27 loc) · 997 Bytes

README.md

File metadata and controls

39 lines (27 loc) · 997 Bytes

Build State

Codes and Texts

Project to replace the old Baloise CuT application.

Local Setup for postgres running in docker

  • 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)

Getting Started

Start Server

cd cat-server
mvn spring-boot:run -Dspring-boot.run.profiles=dev

running on port 8088

Start Vaadin Client

cd cat-vaadin-client
mvn spring-boot:run

running on port 8080

Start Generator

todo

OpenShift Environment

Codes and Texts Deployments