- Book Worm is a simple and easy-to-use library management system. It helps libraries keep track of their books, members, and loans. The system is built using the Hibernate framework and follows a structured design to keep the code clean and organized.
- Manage Books: Add new books, update book details, and remove books.
- Manage Members: Register new members, update member information, and delete members.
- Manage Transactions: Record book loans and returns easily.
- Hibernate Framework: Uses Hibernate for efficient data handling.
- Layered Architecture: Organized structure for better maintenance and scalability.
- Modern UI: Simple and user-friendly interface.
- Clone the repo
- Open the project using IDE like IntelliJ IDEA
- Reload the pom.xml file via Maven Tool Window
- Create a database using schema and change the username and password of DB Connection.class
- Run Launcher Wrapper ✨
- Java
- Java FX
- Material FX
- Hibernate