Skip to content

Manage the complete management of the entire library through the software’s easy interface It removes manual process of issuing books by easy and simplified way of issuing book saving time and effort The librarian can issue, return and reserve book for a particular student through the software’s interface The software automatically shows fine le…

Notifications You must be signed in to change notification settings

DeveloperHulk/Library-Management-System

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Library Management System

This project is made by using java swing gui and mysql database for storing all the data.Managing records of student and books are quite difficult for a organization so this project help them for managing all the records by using a single software.This project is very useful for school, college and private libraries

Note If you are a noob in programming world than must see project source code to inspire yourself because now a day i have experience of Solid Design Pattern and i usually break the code into small pieces and always try to write maximum 4-5 lines of code in a function but in the starting of my programming carrer i had developed this project which contains around 5000+ lines of code without using functions except main function (Pffff).

This project is created by Rahul Choudhary.

Features

  • Admin Can Add , Delete And Update the Student Record
  • Every Time Admin add a new student then a unique ID is automatically generated
  • Every Book have an Unique ID which was automatically generated when you are adding
  • Your data is Stored in Database in a particular tables
  • Admin can see the issue book and return book with exact date
  • Admin Can Add , Delete And Update the book Record

How to Run Library Management System

First Install netbeans and mysql (ENTER MYSQL PASSWORD:-root) on your computer

MySQL Changes

  • After installing mysql Open it

  • create database tables;

    create tables of student, book, issue book, return book, admin with login ID and Password.

  • Done

Netbeans

  • Open NetBeans

  • goto Service and connect LMS database

  • then open project Simple

  • Run and Enjoy

Requirements

Operating System :-Platform Independent(win,linux,mac etc)

Software required :-Java Runtime Environment (JRE).

Library :-mysql-connector-java-5.1.23-bin.jar

Thank you

About

Manage the complete management of the entire library through the software’s easy interface It removes manual process of issuing books by easy and simplified way of issuing book saving time and effort The librarian can issue, return and reserve book for a particular student through the software’s interface The software automatically shows fine le…

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages