Skip to content

Latest commit

 

History

History
30 lines (18 loc) · 1.24 KB

README.md

File metadata and controls

30 lines (18 loc) · 1.24 KB

Librarity (by Bhavneek)

A functional library manager made with Java, Swing (GUI library) and a remote online SQL database.

Features

User/Book Section

  • Add new users/books using add button (no field should be empty)
  • Update existing users by clicking an entry on table and changing data in input fields
  • Delete users/books by selecting an entry from table and clicking delete button
  • Searching from table by user's phone number/name and book's id/author, for furthur operations 1 2

Issues Section

  • Issue a book to user with add button
  • A book can be returned by selecting an entry from table and using delete button
  • A list of defaulters will be kept in seperate table
  • Searching table by user's phone number or book ID, for furthur operations 3

Installation

You can test my appliction by downloading the dist folder and running the JAR file (Librarity.jar, for that you should have JAVA installed in your system)