https://github.com/imran-riz/library-management-system-version-1
https://github.com/imran-riz/library-management-system-version-1
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/imran-riz/library-management-system-version-1
- Owner: imran-riz
- Created: 2021-04-07T01:48:44.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-09-19T12:19:30.000Z (over 3 years ago)
- Last Synced: 2025-01-26T04:42:33.792Z (4 months ago)
- Language: Java
- Size: 13.8 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Library-Management-System-Version-1
A library management system that allows members to search, reserve, borrow and return books. For the UI I have used JavaFX and My-SQL for the back-end.Everytime a user reserves a book, the request is sent to the admins who issues the book to the member. When a book is reserved, issued and returned, the date is recorded.
A user is allowed to borrow a maximum of 5 books only at a time.Admins are allowed to add new books, make changes to the details of the books and look at the status of all the books.



Further features to be implemented:
- Creating a new member account
- Printing the records of books and ones been borrowed
- A way to make changes to the settings(like the number of max books to be borrowed) without direcetly accessing the database.