An open API service indexing awesome lists of open source software.

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)

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

![Image](https://github.com/user-attachments/assets/937c8602-e9e6-44b0-9294-21ba2e9c494b)

![Image](https://github.com/user-attachments/assets/e2058662-494a-4165-9a4a-92d7524cea82)

![Image](https://github.com/user-attachments/assets/f7ff01ce-4844-4b29-8030-3277a688c74c)

![Image](https://github.com/user-attachments/assets/01bb751a-b771-4c2a-8aff-fa48a0aeafd8)

![Image](https://github.com/user-attachments/assets/f66ad79b-a005-4962-a2f3-0839a92e6fff)

![Image](https://github.com/user-attachments/assets/a96c0721-c81d-48f9-96ff-ca5c275f5140)

![Image](https://github.com/user-attachments/assets/df2cb9f1-80c1-42ad-b5df-3645fbc154c5)

![Image](https://github.com/user-attachments/assets/4a5c506e-c881-4859-8781-c9068d5aabaa)

![Image](https://github.com/user-attachments/assets/a71d5fcd-debc-4d82-b026-66214cd76c43)

![Image](https://github.com/user-attachments/assets/3b67ef71-8d0e-4cfd-920f-e6c51ab386d8)

![Image](https://github.com/user-attachments/assets/3286f187-5148-4b14-b66f-e753d76a3307)

![Image](https://github.com/user-attachments/assets/adc7f910-0ed9-4047-bd09-0ceaf6835f2c)

![Image](https://github.com/user-attachments/assets/a06aaea1-f3aa-464e-95a9-1dae7a0943fa)