Library Manage System Project in PHP and MYSQL



Library management system is a project which can be used in any library to maintain its record. By using this project library record can be maintained efficiently. You can add a book to library, delete a book, edit a book, issue a book to student etc. This project is created in bootstrap and PHP MYSQL language.
In this project we provide two Login option
  1. Admin login
  2. Student or user login
Admin Login

One can login to this project by using admin login ID and Password. As a admin logged in person or admin can do many thing like he/she can

  1. Add a book to library
  2. Delete a book
  3. Add book’s author
  4. Add book’s category
  5. Issue a book to student
  6. Manage book(edit a book and delete a book)
  7. Manage authors(edit an author or delete an author)
  8. Manage category(edit and delete category)
  9. View all registered users.
  10. He/she can view all book, authors, and categories and issued books.
Admin Dashboard page -

Admin can also view his/her profile. He can also edit his profile and change his/her details including login ID and Password.
Student Login

Any student or user can register himself on the website portal. Any registered user can login to this website by using his login ID and Password. Once he/she is logged in to the website. He/she can

  1. View his/her issued book
  2. View his/her profile.
  3. Edit his/her profile.
  4. Change his/her Profile details including Login ID and Password.
User Dashboard page -

How to use or run the project
  1. First of all to use this project you need to download it. You can download complete project from the given link - https://drive.google.com/open?id=1i33UFy3tObnOhazwXTE3BMosBY4OHu9F
  2. After downloading the zip file of the project, extract the zip file.
  3. Copy the extracted folder to the Xampp -> htdocs folder.
  4. Now, run your start your xampp server and open localhost/phpmyadmin
  5. Create a new database with name ‘lms’
  6. Go on the created database and click on import option and import the sql file. The database file is in the downloaded folder.
  7. Now open open go to http://localhost/library management system/index.php
  8. That’s it, Hope you are able to run the project. Login details are given to readme.txt file.
 Enjoy !!

Login Details are
Admin login
Login Id – admin@gmail.com
Password – admin@1234
User Login
Login Id – user@gmail.com
Password – user@1234

Comments

Post a Comment

Popular posts from this blog

Welcome Post