An open API service indexing awesome lists of open source software.

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

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.

![alt text](https://github.com/amateur-coder-1002/Library-Management-System/blob/main/Screenshots/WelcomeScene.png)
![alt text](https://github.com/amateur-coder-1002/Library-Management-System/blob/main/Screenshots/SearchScene.png)

![alt text](https://github.com/amateur-coder-1002/Library-Management-System/blob/main/Screenshots/MemberPage.png)
![alt text](https://github.com/amateur-coder-1002/Library-Management-System/blob/main/Screenshots/Member_collage.jpg)

![alt text](https://github.com/amateur-coder-1002/Library-Management-System/blob/main/Screenshots/AdminPage.png)
![alt text](https://github.com/amateur-coder-1002/Library-Management-System/blob/main/Screenshots/Admin_collage.jpg)

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.