/BOOK-REST-API

Perform crud operation for creating a rest_API for book details where user can perform various tasks.

Primary LanguageJava

BOOK-REST-API

Perform crud on the following table using Spring Boot

Book will contain this information :

    Book Id : 101,
    name: "C++",
    author: "Nitesh",
    publication: "Rajput Publication",
    category: "Computer Programming",
    pages: 1500,
    price: 240