Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 518 Bytes

File metadata and controls

14 lines (12 loc) · 518 Bytes

A basic CRUD operation Rest API.

This project mainly deals with the Backend of Online BookStore.

There is a home controller which will receive all the user HTTP requests. Once the Controller receives the request, it sends to Book Service Class. Features it provides: Adding New Book, Book Fetching, Checking if a Book with given ISBN alredy exists, Updating a existing Book details. Also, Handling possible edge case scenerios and exceptions. Used a dummy List to store books. Tech Stack used : Java , Spring Boot