The project titled Library Management System is Library management software for monitoring and controlling the transactions in a library. The project "Library Management System" mainly focuses on basic operations in a library like adding new members, new books, and updating new information, searching books and members, and facility to borrow and return books.
-
Install XAMPP or WAMPP.
-
Open XAMPP Control panal and start [apache] and [mysql] .
-
Download project from github(https://github.com/SatyamSoni23/Library-Management-System)
-
Extract files in C:\xampp\htdocs.
-
Open link localhost/phpmyadmin
-
Click on new at side navbar.
-
Give your a database name example "abc" as hit on create button.
-
After creating database name.
-
Edit database name, host name, database username, database password in studLogin.php and studRegistration.php
-
If you like to edit table names, id format as your wise, you can edit at studRegistration.php
-
Open any browser and type https://localhost/ Library-Management-System.