Skip to content

yasinuddowla/HallBookingSystem

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Convention Hall Management System

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.

Initialization

  1. Create a database via mysql shell or phpMyAmin
  2. Import Database skeleton from database/schema.sql
  3. Update config values in config/config.php
  4. Done!

Changes:

  • PHP 8+
  • PDO
  • Directory Structure
  • Bootstrap 5
  • jQuery 3.7
  • Phosphor Icons