- Download the Project: Obtain the zipped file containing the project.
- Extract Files: Unzip the downloaded file to your local system. You will find a folder named
library
containing all the necessary files for the project.
- Locate the extracted
library
folder. - Copy and paste the
library
folder into your server’s root directory:- For XAMPP, place it in the
htdocs
folder (C:/xampp/htdocs/
). - For WAMP, place it in the
www
folder (C:/wamp/www/
).
- For XAMPP, place it in the
-
Start Your Local Server:
- Open your XAMPP or WAMP control panel and start the Apache and MySQL services.
-
Access phpMyAdmin:
- Open your web browser and go to
http://localhost/phpmyadmin
.
- Open your web browser and go to
-
Create the Database:
- Click on the Databases tab.
- Create a new database named
library
.
-
Import the Database File:
- Open the newly created
library
database. - Click the Import tab.
- Select the
library.sql
file from the project folder (this file is included in the downloaded zip package). - Click Go to import the database structure and data.
- Open the newly created
-
Access the User Interface:
- Open your web browser and navigate to:
http://localhost/Online-Library-Management-System-PHP/library/index.php#ulogin
- Open your web browser and navigate to:
-
Log In as a User:
- Use the following credentials to log in:
- Username:
test@gmail.com
- Password:
Test@123
- Username:
- Use the following credentials to log in:
-
Access the Admin Panel:
- Open your web browser and navigate to:
http://localhost/Online-Library-Management-System-PHP/library/adminlogin.php
- Open your web browser and navigate to:
-
Log In as Admin:
- Use the following credentials to log in:
- Username:
admin
- Password:
LMS_BMS
- Username:
- Use the following credentials to log in:
- User Dashboard: Users can browse books, manage borrowing records, and view available library resources.
- Admin Panel: Admins can manage books, users, and other library resources effectively.
- Database Management: All data related to books and users is stored in the
library
database.
- Ensure your local server (XAMPP/WAMP) is running whenever you access the application.
- Verify that the imported database (
library.sql
) matches the project requirements. - Use the provided login credentials for initial access. You can later add or modify users and admins from the admin panel.
By following the above steps, your Library Management System will be set up and ready to use on your local machine.