The Library Management System is a web-based application developed using PHP and MySQL to manage books, students, and issue/return efficiently. This project was built to understand database design and backend integration.
- PHP
- MySQL
- HTML
- CSS
- Bootstrap
- Add, update, and delete books
- Manage student records
- Issue and return books
- Admin panel for managing data
- MySQL database integration
The system uses the following main tables:
- books
- students
- admin
- Install XAMPP or any local server.
- Start Apache and MySQL.
- Import the
database.sqlfile into phpMyAdmin. - Place the project folder inside the
htdocsdirectory. - Open the browser and run: http://localhost/Library-Management-System