Conference Room Booking System
- Admin can add , edit and delete Conference Rooms
- Schedule new Room sessions, remove sessions
- View Client details
- View booking of Clients
- View their Appointment
- View their scheduled sessions
- View details of Customer
- Delete account
- Edit account settings
- 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 |
- Clone the Git repository.
git clone https://github.com/Lakshya-GG/12_Conference_Room_Booking.git
- Database Configuration:
Open phpMyAdmin.
- Create a database named db_healthcare.
Import the database schema from the db_healthcare.sql file(from the dataset directory)
- Open your web browser and navigate to:
http://localhost/Conference_Room_Booking/