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
- Host: GitHub
- URL: https://github.com/melvin-abraham/lib-mgmt-springboot
- Owner: Melvin-Abraham
- Created: 2022-04-19T08:51:04.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-05-06T04:07:34.000Z (over 3 years ago)
- Last Synced: 2025-03-04T03:32:06.673Z (7 months ago)
- Language: Java
- Size: 102 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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