Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/abhimishra01/bookshelf-admin
A Library Management App through which a librarian can use to track books, make transactions, assign late fee, do crud on books, members, issue books, etc
https://github.com/abhimishra01/bookshelf-admin
axios docker fullstack material-ui nestjs pnpm reactjs redux-toolkit typescript
Last synced: 17 days ago
JSON representation
A Library Management App through which a librarian can use to track books, make transactions, assign late fee, do crud on books, members, issue books, etc
- Host: GitHub
- URL: https://github.com/abhimishra01/bookshelf-admin
- Owner: abhimishra01
- Created: 2024-11-19T14:43:51.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2024-11-30T04:30:53.000Z (23 days ago)
- Last Synced: 2024-11-30T05:22:51.346Z (23 days ago)
- Topics: axios, docker, fullstack, material-ui, nestjs, pnpm, reactjs, redux-toolkit, typescript
- Language: JavaScript
- Homepage:
- Size: 51.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
## BookShelf Admin {Coming Soon}
#### Dashboard LLD
- admin dashboard
- List all the books
- Add a new book
- Mark a book as issued
- Mark a book as returned
- List all the users
- Add a new user
- List all the books issued to a user
- Admin control only
- Charge fine for late returns
- List all books issued to a user with a date
- Book issued should have a due date
- Book issued should have a return date
- Book issued should have a fine
- Book issued should have a status
- A daily cron to check for overdue books and charge fine