eHealthDesk is a Simple web project that is made for e-channeling Using PHP,HTML & CSS. This is a web-based system for managing doctor appointments. It allows patients to book appointments online, view doctor schedules, and submit appointment requests. Doctors can view their schedule, manage appointments, and accept or reject patient requests. The system administrator manages doctor profiles and system credentials.
- Admin can add doctors, edit doctors, delete doctors
- Schedule new doctors sessions, remove sessions
- View patients details
- View booking of patients
- View their Appointment
- View their scheduled sessions
- View details of patients
- Delete account
- Eedit account settings
- Make appointment online
- Create accounts themslves
- View their old booking
- Delete account
- Edit account settings
Admin Dashboard | Doctor Dashboard | Patient Dashboard |
---|---|---|
Email: [email protected] |
Email: [email protected] |
Email: [email protected] |
Password: 123 |
Password: 123 |
Password: 123 |
- 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
ehealthdesk
. - Import the provided SQL file. The file is known as DATABASE ehealthdesk.sql located inside the source code root folder.
- Browse the Doctor's Appointment Systsem in a browser. i.e. http://localhost/ehealthdesk/.
PHP Version: 7.3.5
Server Software: Apache/2.4.39 (Win64) PHP/7.3.5
MySQL Version: 5.7.26