Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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)