A functional library manager made with Java, Swing (GUI library) and a remote online SQL database.
- 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
- 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
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)