INTRODUCTION
This project helps certain medical facilities such as clinics and hospital clients/patients to request appointments with doctors online. The project also helps doctors manage appointment schedules with their patients. This doctor’s appointment system organizes the schedule for each patient’s appointment and sends it as a request to the doctor of choice. The system has three sides: administrator, doctor, and patient. System administrators enter specialties in the list of physicians and enter physician details and system credentials. Patients browse the appointment system website to find a specialist doctor that fits their needs. Patients can view the doctor’s weekly schedule, select available days and times, and submit appointment requests. Doctors can then view all appointments and appointment requests regarding patient availability.
Admin’s Side

- Admin can add doctors, edit doctors, delete doctors;
- Schedule new doctors sessions, remove sessions;
- View patient details;
- View booking of patients;
Doctor’s Side

- View their Appointment;
- view their scheduled sessions;
- view details of patients;
- delete account;
- edit account settings;
Patient’s Side

- create accounts themselves;
- view their old booking;
- delete account;
- edit account settings;
HOW TO GET STARTED?
- Open your XAMPP Control Panel and start Apache and MySQL.
- Extract the downloaded source code zip file.
- Copy the extracted source code folder and paste it into the XAMPP’s “htdocs” directory.
- Browse the PHPMyAdmin in a browser. i.e. http://localhost/phpmyadmin
- Create a new database naming edoc.
- Import the provided SQL file. The file is known as SQL_Database_edoc.sql located inside the source code root folder.
- Browse the Doctor’s Appointment System in a browser. i.e. http://localhost/edoc-echanneling-main/.
DEFAULT USER ACCOUNTS OF THIS PROJECT
ADMIN
Email: admin@edoc.com
Password: 123
Doctor
Email: doctor@edoc.com
Password: 123
Patient
Email: patient@edoc.com
Password: 123
The Project was developed using the following:
Apache Version: 2.4.39
PHP Version: 7.3.5
Server Software: Apache/2.4.39 (Win64) PHP/7.3.5
MySQL Version: 5.7.26
Web developer: Hashen Udara https://github.com/HashenUdara/