Website URL: https://libease-client-b9a11-57399.web.app/
Admin/Librarian-Email : shahnawazsazid60@gmail.com
LIBEASE is a Library Management System serving to two types of users: random users and admins. Random users can register, log in, browse books, view details, borrow, and return books. Admins have extra privileges including adding, updating, and deleting books. They cannot borrow books.
- Users can select book categories to navigate to categorized books page.
- Click on a book's "View Details" button to see its details.
- Borrow a book by clicking the "Borrow Book" button and specifying a return date.
- Users see borrowed books on the borrowed books page.
- On Borrowed books page Click on the "Return Book" button for each book to return it.
- Borrowing & Returning Books Changes the available Book Quantity.
Admin/Librarian-Email : shahnawazsazid60@gmail.com
- When an admin logs in this enables all books and add books routes.
- Only an Admin can add books in different categories and added books will be shown in All Books page.
- In all books page an admin can do update and delete operation which promptly responses.
- All pages except the home page require login.
- All Books route data have been protected by JWT token,
- Problematic token prevents admin to do add, update and delete operation.
- Problematic token Logs Out User.