Skip to content

A Book Library Service build with Kotlin + Spring using outside TDD

Notifications You must be signed in to change notification settings

zw-engineers/book-library-service

Repository files navigation

Book Library Service

  • A simple service to save book titles.
  • This application is built with Kotlin + Spring framework.

Pre-requisites

  • MongoDB
  • Java 11+

How to start up the application

  • Start mongodb e.g. from you terminal you can run sudo mongodb
  • Start up the application ./gradlew bootR

Swagger

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: