This is a library system using JavaFX and MySQL.
DEPENDENCIES
Make sure to have:
- mysql-connector-java-5.1.40-bin.jar
- rs2xml.jar
- fontawesomefx-8.2.jar
- library.sql
DESCRIPTION
The user needs to create an account and then to login in order to use the system. After being stored to the database, the app offers the below features:
- User can add a new book to the system.
- User can add a new student to the system.
- User can issue books to students.
- User can return books to the system.
- User can check on statistics; how many books are borrowed and how many are returned.
The maximum number of borrowed books a student can have is 3.