This project is to build a Library Management System to manage how the admins of the library and users manage their accounts
- Owner Mode
- Admin Mode
- User Mode
User Name : Owner
Password : 1234
* add admins
* remove admins
* give or deny permissions from admins :
• add or remove member
• add or remove book
• make a book reservation
* all permissions are given by default
User Name : Admin1 , Admin2 , Admin3
Password : 1010 , 2020 , 3030
* view all users data
* view all books with all data
* add or remove book
* add or remove user
* edit user id
* search for a book with :
• book name
• book id
• book author name
*in this case list all books of that author
* make a reservation of book :
• requested books from users
• reserve a book
* make a reserved book available in stock agin
* logout
User Name : User1 , User2 , User3
Password : 1111 , 2222 , 3333
* view the user data
* change user password
* view all books
* search for a book with :
• book name
• book id
• book author name
*in this case list all books of that author
* make a request to borrow an available book
* buy an available book
* request a new book to be provided in the future
* show current user borrow requests
* logout