A comprehensive Library Management System developed using Java and Java Swing, designed to help librarians manage books, users, and borrowing records. This system also enables regular users to browse available books and track their borrowing history.
-
Librarian Features:
- Manage books (add, update, remove)
- Manage users (add, update, remove)
- Track borrowing records
- View borrowed books and manage due dates
-
User Features:
- Browse available books
- View and track personal borrowing history
- Search and filter books by title, author, or genre
-
Database Management:
- H2 Database for storing book and user data
- Hibernate & JPA for database interaction
- Java Swing
- JPA
- Hibernate
- H2 Database
- JUnit 5
- JavaDocs
To run the application locally:
- Clone the repository:
git clone https://github.com/your-username/LibraryManagementSystem.git && cd LibraryManagementSystem
- Compile and run the Java application using Maven:
- Install Maven if you haven't already. Follow the instructions here.
- To build the project:
mvn clean install
- Run the application:
mvn exec:java
This project includes unit tests implemented with JUnit 5. To run the tests:
- Run the command:
mvn test
JavaDocs have been generated for the project, providing an overview of the code structure and API endpoints.