Skip to content

baloise/codes-and-texts

Repository files navigation

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

About

Project to replace the old CuT

Topics

Resources

License

Code of conduct

Contributing

Stars

3 stars

Watchers

12 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors