Dev

make sure you use >= jdk14

# start db
docker-compose up

# build modules
./mvnw clean install

# start server
./mvnw spring-boot:run -pl server

# start client
./mvnw spring-boot:run -pl client

TODO

  • test schema evolution
  • add tests