You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
User Interfaces
Admin
User
Features
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.
How to use this repo
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 ✨
Built with
Java
Java FX
Material FX
Hibernate
About
Library management system with features to manage books, members, and transactions