This project is a simple Library Management System developed using PHP, CSS, HTML, and a database. It's designed as a student-level project, offering basic functionalities like user sign-in and login, viewing the database, adding books to the database, deleting books, and searching for books within the database.
To understand the workflow and details of the project, refer to the Personal_text
file.
- You need a web server with PHP support and a MySQL database.
- For personal use, you can configure the project with XAMPP server.
-
Clone the repository:
git clone https://github.com/GamerzUnite/Library-Managment-System.git
-
Set up your web server to serve the project files.
-
Import the database schema provided in
database_schema.sql
into your MySQL database. -
Configure the database connection in
config.php
.
This project is complete, but feel free to contribute by suggesting improvements or adding new features.
This project is licensed under the MIT License.