项目作者: yasinuddowla

项目描述 :
Convention Hall Booking System
高级语言: CSS
项目地址: git://github.com/yasinuddowla/HallBookingSystem.git
创建时间: 2018-06-25T09:26:53Z
项目社区:https://github.com/yasinuddowla/HallBookingSystem

开源协议:

下载


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