Conference Room Booking System

Features

Admin

  • Admin can add , edit and delete Conference Rooms
  • Schedule new Room sessions, remove sessions
  • View Client details
  • View booking of Clients

Host

  • View their Appointment
  • View their scheduled sessions
  • View details of Customer
  • Delete account
  • Edit account settings

Clients

  • Make booking online
  • Create accounts themslves
  • View their old booking
  • Delete account
  • Edit account settings
Admin Dashboard Host Dashboard Client Dashboard
Email: admin@edoc.com Email: doctor@edoc.com Email: patient@edoc.com
Password: 123 Password: 123 Password: 123

Installation

  1. Clone the Git repository.
    git clone https://github.com/Lakshya-GG/12_Conference_Room_Booking.git
  2. Database Configuration: Open phpMyAdmin.
  3. Create a database named db_healthcare. Import the database schema from the db_healthcare.sql file(from the dataset directory)
  4. Open your web browser and navigate to:
  http://localhost/Conference_Room_Booking/

Contributors