Skip to content

eHealthDesk System using PHP , MYSQL, JAVASCRIPT, HTML and CSS

License

Notifications You must be signed in to change notification settings

Prajwal08a/eHealthDesk

Repository files navigation

eHEalthDesk System using PHP

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.

Features

Admin

  • Admin can add doctors, edit doctors, delete doctors
  • Schedule new doctors sessions, remove sessions
  • View patients details
  • View booking of patients

Doctors

  • View their Appointment
  • View their scheduled sessions
  • View details of patients
  • Delete account
  • Eedit account settings

Patiens(Clients)

  • 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

GET STARTED

  1. Open your XAMPP Control Panel and start Apache and MySQL.
  2. Extract the downloaded source code zip file.
  3. Copy the extracted source code folder and paste it into the XAMPP's "htdocs" directory.
  4. Browse the PHPMyAdmin in a browser. i.e. http://localhost/phpmyadmin
  5. Create a new database naming ehealthdesk.
  6. Import the provided SQL file. The file is known as DATABASE ehealthdesk.sql located inside the source code root folder.
  7. Browse the Doctor's Appointment Systsem in a browser. i.e. http://localhost/ehealthdesk/.

The Project was developed using the following:

PHP Version: 7.3.5

Server Software: Apache/2.4.39 (Win64) PHP/7.3.5

MySQL Version: 5.7.26