- A simple service to save book titles.
- This application is built with Kotlin + Spring framework.
- MongoDB
- Java 11+
- Start mongodb e.g. from you terminal you can run
sudo mongodb
- Start up the application
./gradlew bootR
There is Swagger UI on this application so if you wanted to be familiar with the endpoint for this app you can access swagger on either of the following URLs:
- http://localhost:8080/swagger-ui.html (UI/HTML based)
- http://localhost:8080/v2/api-docs (JSON based)