https://github.com/darkvard/library_management
Library app from student days (2022)
https://github.com/darkvard/library_management
desktop-app java-swing microsoft-sql-server mvc-architecture
Last synced: 2 months ago
JSON representation
Library app from student days (2022)
- Host: GitHub
- URL: https://github.com/darkvard/library_management
- Owner: darkvard
- Created: 2025-05-22T14:54:10.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2025-05-22T17:08:31.000Z (about 1 year ago)
- Last Synced: 2025-12-28T18:04:33.916Z (6 months ago)
- Topics: desktop-app, java-swing, microsoft-sql-server, mvc-architecture
- Language: Java
- Homepage:
- Size: 1.92 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Library Management System
This is a simple **Java desktop application** for managing a library, developed as a student project in 2022.
The application was built using **Java Swing** for the graphical user interface (GUI), on **NetBeans IDE**.
## Build & Run Instructions
When you build this project, the IDE (e.g., NetBeans) automatically:
- Copies all required `.jar` files to the `dist/lib` folder.
- Includes them in the application's `MANIFEST.MF` file under the `Class-Path` attribute.
### To run the project from the command line
```bash
cd dist
java -jar "LibraryManagementSystem.jar"
```
## Screenshots












