Skip to content

Eemanfatimaawan/Library_Management_System

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

8 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

Library_Management_System

๐Ÿ“š Library Management System

A simple and efficient Library Management System designed to manage book records, member details, and lending information. Built as a part of our Database Management System (DBMS) project, this system helps streamline operations for any library environmentโ€”digital or physical.


๐Ÿง  Project Overview

This Library Management System allows administrators to:

  • Manage book inventory
  • Track issued and returned books
  • Maintain member records
  • Generate borrowing reports

The system is designed to ensure data consistency, easy retrieval, and user-friendly management using a well-structured relational database.


โœจ Features

  • ๐Ÿ” Search Books by title, author, or ISBN
  • ๐Ÿ“š Add/Edit/Delete Books
  • ๐Ÿ‘ค Member Registration & management
  • ๐Ÿ•’ Issue/Return Books
  • ๐Ÿ“ˆ Track Due Dates and overdue books
  • ๐Ÿ“ Generate Reports (e.g., most borrowed books, member history)

๐Ÿ› ๏ธ Tech Stack

  • Frontend: HTML, CSS (optional: Bootstrap)
  • Backend: PHP
  • Database: MySQL / SQLite
  • Tools: XAMPP / WAMP / VS Code / DBeaver

Database Schema

Includes the following main tables:

  • books โ€“ Book details (title, author, category, availability)
  • members โ€“ Library user details
  • transactions โ€“ Issue and return records
  • admin โ€“ Admin login credentials (optional)

Prerequisites:

  • SQL
  • PHP (back_end)
  • html or Css(Front_ent)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors