This is a Demo Web Application built using PHP that demonstrates fundamental CRUD (Create, Read, Update, Delete) operations. The project includes a simple user authentication system and a basic interface for managing clients, halls, and bookings. It uses a MySQL database to store and manage data, and the application is structured to showcase essential features of a web-based management system.
Key components include user authentication, client management, and the ability to add, edit, and delete records using modern web development practices, including AJAX for seamless interaction.
- Create a database via mysql shell or phpMyAmin
- Import Database skeleton from
database/schema.sql
- Update
config
values inconfig/config.php
- Done!
- PHP 8+
- PDO
- Directory Structure
- Bootstrap 5
- jQuery 3.7
- Phosphor Icons