Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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