Library Management System built using Java (Apache NetBeans) and MySQL, featuring book and member management, issue/return functionality, and reporting tools.
A Library Management System built using Java in Apache NetBeans, with a MySQL database.
- Add, update, and delete books.
- Manage library members.
- Issue and return books.
- Manage Authors
- Add, update, and delete Category of books.
- Frontend: Java (Swing/AWT)
- Backend: MySQL (hosted on XAMPP)
- Server Environment: XAMPP
- IDE: Apache NetBeans
- Clone this repository:
git clone https://github.com/MehulMathodia/Library-Management-System.git
- Open the project in Apache NetBeans.
- Set up the database:
- Import the SQL file located in the database/ folder into your MySQL server.
- Username: Mehul
- Password: 123
- Download the ZIP file from the repository.
- Click on the ZIP file.
- Click the Download button.
- Extract the ZIP file to a folder on your computer.
- Follow the setup instructions in this README to configure and run the project.
- Run the project from Apache NetBeans.
- Access the GUI to manage books, members, and transactions