Backend application for bruinkoolland.
This project is under active development. Current API specification is very likely to change.
Using Helm chart:
helm install garzweiler charts/garzweiler -f .env/values.yaml
- Java
- Maven
- MySQL database
After you've checked out this repository, you can run the application using Maven on your local machine.
./mvnw spring-boot:run
This repository exposes a RESTful server application using Java and Spring. The OpenAPI specification can be browsed through the included Swagger UI:
e.g. http://localhost:8080/swagger-ui.html
OpenAPI Generator includes a list of templates that can be used to generate different clients for this API server.