This HATEOAS API is the backend for our Sailing Logger.
Still heavily under development
We use Java Spring Boot for the API, with the following dependencies:
- spring-boot-starter-data-jpa
- spring-boot-starter-data-rest
- spring-boot-starter-hateoas
- spring-boot-starter-thymeleaf
- spring-boot-starter-web
- spring-boot-starter-webflux
- spring-boot-devtools
- h2
- spring-boot-configuration-processor
- lombok
- spring-boot-starter-test
- reactor-test
Note: Not all dependencies might be in use as of now.