Skip to content

Latest commit

 

History

History
68 lines (46 loc) · 1.99 KB

File metadata and controls

68 lines (46 loc) · 1.99 KB

Online Library Management System

Overview

This is a library management system built using PHP, MySQL, HTML, and CSS. The system allows users to browse, borrow, and track library resources, while admins can manage the resources efficiently.

Features

  • User Functions:

    • Browse available books
    • Borrow and track borrowed books
    • View book details
  • Admin Functions:

    • Add, update, and delete books
    • Manage user book requests
    • Monitor borrowed books and returns

Tools & Technologies Used

  • PHP – Backend logic
  • MySQL – Database for storing books and user data
  • HTML & CSS – Frontend design
  • XAMPP – Local server for running the project

Installation & Setup

Prerequisites

Ensure you have XAMPP installed to run the PHP and MySQL server. If not, download and install it from:

https://www.apachefriends.org/index.html

Clone the Repository

git clone https://github.com/your-username/online-library-management-system.git
cd online-library-management-system

Setup Database

  1. Open XAMPP Control Panel and start Apache and MySQL.
  2. Open phpMyAdmin in your browser (http://localhost/phpmyadmin).
  3. Create a new database named dbms.
  4. Import the provided SQL file (dbms.sql) into the database.

Run the Project

  1. Place the project folder in the htdocs directory inside the XAMPP installation folder.
  2. Open your browser and navigate to:
    http://localhost/online-library-management-system
    
  3. Start managing books and users through the system.

Contribution

Feel free to fork this repository and submit a pull request if you'd like to improve the project!

Contact

If you have any questions or suggestions, feel free to connect with me on LinkedIn or email.

email: shreyassingh7484@gmail.com
LinkedIn: https://www.linkedin.com/in/shreyassingh7/