Library System in JavaFX


This project is a library system created using JavaFX and MySQL using XAMPP server. I have used SceneBuilder as the visual tool and also fontawesomefx to provide the images needed to design this app.

1. User should signup or login in order to proceed.
When creating an account, user should complete all the fields displayed.
Password should be at least 8 characters long. If the username is already taken, an error message is displayed

    
 
When login is successful the main page is showed to the user, where he/she can find the functionalities of the application. 


2. User can add new books to the system. 
Users can add new books to the database by filling the required information to save the book.


3. User can add new students to the system 
As books, user can also register students to the system. 



4. User can issue books to students
User can issue book to specific students. They only need to provide book code and student ID. After inputting the IDs, fields are filled automatically by the database, displaying the information for the book to be issued and the student. If the book/student doesn't exist in the database, error message is displayed. The maximum number of books to be issued to one student is 3. When student returns a book, he/she can get other books. 



5. User can return borrowed books. 
Issued books can be returned by providing the book code or the student ID we want to return. If the code doesn't exist in the database, an error message is displayed. 



6. User can check on statistics
Statistics of issued and borrowed books can be found on statistics. There are displayed the number of borrowed and issued books among student information, issued/returned date.





The source code can be found here.

Popular Posts