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
- Host: GitHub
- URL: https://github.com/idelsaf/library-system
- Owner: idelsaf
- Created: 2024-07-09T13:32:03.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-02-06T04:20:38.000Z (over 1 year ago)
- Last Synced: 2025-02-06T05:26:00.098Z (over 1 year ago)
- Topics: java, library-management-system, spring
- Language: Java
- Homepage:
- Size: 32.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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