Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bad-logic/library-management-system
Simple Library Management System prototyp using java and swing
https://github.com/bad-logic/library-management-system
desktop-application java serialization swing
Last synced: about 24 hours ago
JSON representation
Simple Library Management System prototyp using java and swing
- Host: GitHub
- URL: https://github.com/bad-logic/library-management-system
- Owner: bad-logic
- Created: 2024-04-09T19:04:10.000Z (10 months ago)
- Default Branch: dev
- Last Pushed: 2024-04-22T03:39:09.000Z (9 months ago)
- Last Synced: 2024-05-03T02:30:34.955Z (9 months ago)
- Topics: desktop-application, java, serialization, swing
- Language: Java
- Homepage:
- Size: 6.23 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
### How to run the application
#### step1: Populate with some seed data
- Run Seeder [File](/src/dataaccess/Seeder.java).#### step2: Run the [File](/src/Main.java) with eclipse of intellij
##### login with below credentials
##### USERS
| userID | password | role |
|----------|:-------------:|------:|
| 101 | Librarian@101 | librarian |
| 102 | Admin@102 | Admin |
| 103 | SuperAdmin@103 | librarian + Admin |### Login Page
![Login Page](/img/login.png)
### Dashboard
![Dashboard](/img/dashboard.png)
### Member
![Member](/img/member.png)
### Author
![Author](/img/author.png)
### Book
![Book](/img/book.png)
### Checkout
![Checkout](/img/checkout.png)