https://github.com/malintha-induwara/book-worm
Library management system with features to manage books, members, and transactions
https://github.com/malintha-induwara/book-worm
hibernate java javafx materialfx sql
Last synced: about 2 months ago
JSON representation
Library management system with features to manage books, members, and transactions
- Host: GitHub
- URL: https://github.com/malintha-induwara/book-worm
- Owner: malintha-induwara
- Created: 2024-03-13T12:51:31.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-06-26T14:59:07.000Z (11 months ago)
- Last Synced: 2025-02-07T20:44:42.681Z (4 months ago)
- Topics: hibernate, java, javafx, materialfx, sql
- Language: Java
- Homepage:
- Size: 3.11 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Book Worm: Library Management System
* 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