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

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.

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