The project Library management software is 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.
To Know more Information about our project check out ppt :-
To download the presentation, click here.
-
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 http://localhost/ Library-Management-System.