Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 781 Bytes

README.md

File metadata and controls

26 lines (17 loc) · 781 Bytes

LibrarySystem-JavaFX

This is a library system using JavaFX and MySQL.

ImgName

DEPENDENCIES

Make sure to have:

  1. mysql-connector-java-5.1.40-bin.jar
  2. rs2xml.jar
  3. fontawesomefx-8.2.jar
  4. 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:

  1. User can add a new book to the system.
  2. User can add a new student to the system.
  3. User can issue books to students.
  4. User can return books to the system.
  5. 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.