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.
- 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
First Install netbeans and mysql (ENTER MYSQL PASSWORD:-root) on your computer
-
After installing mysql Open it
-
create database tables;
create tables of student, book, issue book, return book, admin with login ID and Password.
-
Done
-
Open NetBeans
-
goto Service and connect LMS database
-
then open project Simple
-
Run and Enjoy
Operating System :-Platform Independent(win,linux,mac etc)
Software required :-Java Runtime Environment (JRE).
Library :-mysql-connector-java-5.1.23-bin.jar