Skip to content

saiganesh74/Library_management_system

Repository files navigation

Library Management System

This is a simple Library Management System built using PHP, MySQL, HTML/CSS, and Bootstrap. It allows both administrators (librarians) and members to manage books, track issues/returns, and maintain library data efficiently.

Core Features

Admin Panel

  • Add / edit / delete books
  • Manage categories/authors/publishers
  • View issued/returned books
  • Register students/users

User Panel

  • Browse available books
  • Request book issues
  • View issued books and due dates

Book Issue and Return

  • Record when books are issued
  • Track return dates and fines

Technologies used

Front-end
  • Html
  • Css5
  • js
Back-end
  • MYSQL
  • PHP

Folder Structure

LMS/
├── css/
├── DATABASE FILE/
├── img/
├── librarian/
├── member/
├── db_connect.php
├── header.php
├── index.php
├── logout.php
├── message_display.php
└── verify_logged_out.php

To Run this locally

Clone this repo

git clone https://github.com/saiganesh74/Library_management_system/
cd Library_management_system

Open Phpmyadmin and import file

  • Open phpMyAdmin

  • Create a database (e.g., lms)

  • Import the .sql file from DATABASE FILE folder

Run using

localhost/Library_Management_System/index.php

Contributions

This project is created and maintained by Sai Ganesh Rejeti. Contributions, improvements, or suggestions are welcome.

About

This is a simple Library Management System built using PHP, MySQL, HTML/CSS, and Bootstrap. It allows both administrators (librarians) and members to manage books, track issues/returns, and maintain library data efficiently.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors