This project allows basic library operations such as managing books and users.
- PHP
- MySQL
- HTML / CSS
- JS
-
Install XAMPP
-
Place the project in: C:\xampp\htdocs\library-system
-
Start Apache and MySQL
-
Import the database:
- Open http://localhost/phpmyadmin
- Create a database (e.g. library_db)
- Import
database.sql
-
Run the project: http://localhost/library-system
- Developed as a team academic project
- This is a basic project for learning PHP and MySQL


