An open API service indexing awesome lists of open source software.

https://github.com/melvin-abraham/lib-mgmt-springboot

Basic Library Management API in Springboot
https://github.com/melvin-abraham/lib-mgmt-springboot

Last synced: about 1 month ago
JSON representation

Basic Library Management API in Springboot

Awesome Lists containing this project

README

          

# Library Management API (Spring-boot)

1. Write an API endpoint to return all books
2. Write an API endpoint to return book on basis of Id
3. Write an API endpoint to Add a book
4. Write an API endpoint to Update a book
5. Write an API endpoint to delete a book