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

https://github.com/idelsaf/library-system

Simple library system web application
https://github.com/idelsaf/library-system

java library-management-system spring

Last synced: about 1 month ago
JSON representation

Simple library system web application

Awesome Lists containing this project

README

          

## Library system web application
The web application is designed to manage a library's book inventory and readers. It provides functionalities for librarians to register readers, manage books, and track book borrowings.

### Features
- Readers management:
- add, edit, delete reader profiles.

- Books management:
- add, edit, delete book entries.

- Lists and details:
- view lists of all readers and books in the library;
- access detailed information about individual readers and their borrowed books;
- access detailed information about books and their current borrowers.

- Book transactions:
- issue books to readers;
- manage the return of borrowed books.

### Technologies
- JDK 21
- Spring Framework (Core, Context, Web, WebMVC, JDBC)
- Thymeleaf
- Jakarta
- Hibernate Validator
- PostgreSQL