Skip to content

AP-Atul/Library-Management-System

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project Description

Java Project for managing Library bu adding Books and Issuing it to Students.

Execution

Open the project in your favorite IDE(Eclipse preferred).

For the Library System (Server): run the 'LogIn.java' in the Frames package

Directory layout

.
├── ...
├── Library System                   
│   ├── src
│   │   ├── Frames
│   │   │    ├── LogIn.java  #Run this frame to start the project
│   └── ...                 
└── ...

To run Student Lib System (Client): run the 'LogIn.java' in the Frames package

Directory layout

.
├── ...
├── Student_Lib                   
│   ├── src
│   │   ├── FrontPage
│   │   │    ├── MainPage.java  #Run this frame to start the project
│   └── ...                 
└── ...

Tools and utilities

  • MySQL (Database)
  • Java
    • Swing (UI)
    • MultiThreading (For data communication between Server and Client)
    • Background Service (For Socket connections)

Contributing

Pull requests for new features, bug fixes, and suggestions are welcome!

Releases

No releases published

Packages

No packages published

Languages