Skip to content

Ayush786113/Library-Management-System

Repository files navigation

Library-Management-System

A simple and very basic library management system.

This is a library management system made using Java Swing and in Eclipse IDE. It includes a dedicated and integrated SQLite database for data management. The key features in this program include:

  1. To add new books in the database
  2. To add new members in the database
  3. To lend any book to any member (one book and one member at a time) and mark the book as 'Unavailable' in the database
  4. To return lended books and update the status of the book as 'Available'
  5. To view a tabular representation of books in the library, members registered, and details of the borrowed books (book name, member name, borrow date)
  6. To update the personal information of the members

Currently it does not have any authentication system but can be implemented upon requirement.

Get the software for local testing in this link: https://drive.google.com/file/d/1mqMxCTq9r_hGzzLn6JvZQTurB8S3uNzV/view?usp=sharing

Note: The background is not bundled with the package and the animation too so it may not appear in your local system.

Some screenshots of the project is listed below: alt text alt text alt text alt text alt text

About

A simple and very basic library management system.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages