This repository contains a spring boot application which uses books API as source and provides an easy searchable interface to use it.
- https://book-fetch.azurewebsites.net/ => Returns all books as list
- https://book-fetch.azurewebsites.net/search/search_term => Returns all books with search_term in title
- https://book-fetch.azurewebsites.net/bookId => Returns book based on bookId