https://github.com/purvajage/library_management
In this project, build REST APIs for a Library Management System Project using Spring Boot, Spring Data JPA (Hibernate), and MySQL database.
https://github.com/purvajage/library_management
hibernate java springboot sql
Last synced: about 2 months ago
JSON representation
In this project, build REST APIs for a Library Management System Project using Spring Boot, Spring Data JPA (Hibernate), and MySQL database.
- Host: GitHub
- URL: https://github.com/purvajage/library_management
- Owner: purvajage
- Created: 2024-05-10T14:46:18.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-10T14:53:33.000Z (about 2 years ago)
- Last Synced: 2026-04-30T14:36:54.557Z (about 2 months ago)
- Topics: hibernate, java, springboot, sql
- Language: Java
- Homepage:
- Size: 67.4 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
In this project, build REST APIs for a Library Management System Project using Spring Boot, Spring Data JPA (Hibernate), and MySQL database.
We'll create a simple version of the Library Management System with basic functionalities:
1]Create a new User
2]Fetch all the Users
3]Add new book
4]Fetch all the books
5]Fetch specific book
6]Delete a book
7]Borrow a book
8]Return a book