Kotlin Spring Boot app that exposes data on available locks and bikes for Oslo City Bike on a REST endpoint. Run with Java 11
Run the project with mvn spring-boot:run
The data is available in JSON format at http://localhost:8080/info
To debug the project do mvn spring-boot:run@debug
and attach a debugger to the process on port 5005
To test the project do mvn test