Skip to content

Latest commit

 

History

History
28 lines (24 loc) · 794 Bytes

README.md

File metadata and controls

28 lines (24 loc) · 794 Bytes

lms

Library Management System

PHP 8.0

Online Library Management System is divided in two modules–

  1. User
  2. Admin

Admin Features:-

  1. Admin Dashboard
  2. Admin can add/update/delete category
  3. Admin can add/update/delete author
  4. Admin can add/update/delete books
  5. Admin can issue a new book to user and also update the details when user return book
  6. Admin can search user by using their user ID
  7. Admin can also view user details
  8. Admin can change own password

User Features:-

  1. User can be registered by admin.
  2. After login user can view own dashboard.
  3. User can update own profile.
  4. User can read book online.
  5. User can view issued book and book return date-time.
  6. User can also change own password.
  7. User can also recover own password.(Working on it)