PHP 8.0
Online Library Management System is divided in two modules–
- User
- Admin
Admin Features:-
- Admin Dashboard
- Admin can add/update/delete category
- Admin can add/update/delete author
- Admin can add/update/delete books
- Admin can issue a new book to user and also update the details when user return book
- Admin can search user by using their user ID
- Admin can also view user details
- Admin can change own password
User Features:-
- User can be registered by admin.
- After login user can view own dashboard.
- User can update own profile.
- User can read book online.
- User can view issued book and book return date-time.
- User can also change own password.
- User can also recover own password.(Working on it)