https://github.com/dkunin/alexandria
https://github.com/dkunin/alexandria
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/dkunin/alexandria
- Owner: DKunin
- Created: 2019-01-12T22:10:42.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-02-14T07:07:01.000Z (over 7 years ago)
- Last Synced: 2025-01-21T12:27:51.927Z (over 1 year ago)
- Language: JavaScript
- Size: 1.14 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Alexandria
| Server / App for simple community library management
## Roles
- Admin
- User
## Methods
### Admin
- Add book
- Edit book
- Remove book
### User
- Login
- Logout
- Search for books
- Open book description
- Checkout book
- Checkin book
### Possible backlog
- Book location
- If user, who checked out the book is no longer with the company - put book as missing, until a new person checks it out
- Search with filters and groups based on names, authors, cetegories
- Total amount of books, currently free books
- Form to add books to the library