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.
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.
- ๐ 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)
- 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 detailstransactionsโ Issue and return recordsadminโ Admin login credentials (optional)
Prerequisites:
- SQL
- PHP (back_end)
- html or Css(Front_ent)