Skip to content

iiixi311/Library-Management-System

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Library-Management-System

"LibraryManagementSystem" contains the source code.

The GUI for the system consists of single JFrame with multiple tabs to perform various operation by the Librarian.

MySQL is used as the back-end of the application(mysql-connector-java-5.1.41 is used for JBDC connection)

The project can be opened using NetBean IDE 8.2 by following the below steps: 1. Open NetBean IDE 8.2 2. File --> Open --> \LibraryManagementSystem 3. Update the connection password as per the user for which database has been created in the local system(where the zip file has been extracted) 4. Add the mysql-connector-java-5.1.41 connector 5. Run the Application

Create and Insert statments for the tables have been included in a seperate folder.

Please refer "QuickStartGuide" and "Design Document" for more information.

About

Database Design

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 83.2%
  • HTML 16.8%