- Bootstrap 5 or TailwindCSS integration
- Add email functionaliy
- Forget Password
- Chart.js integration
- Add ER diagram to Documentation
- Responsive Design
- Security Updates
This project helps Mengo hospital clients/patients to request an appointment with a doctor online. This project also help doctors to manage the schedules of their appointments with their patients. This doctor's appointment system will organize the schedules of each patient's appointment, which will be submitted as a request to the doctor they have selected. The system has 3 sides which are the administrator, the doctor, and the patient. The system admin will populate the list of the doctors with their specialties and along with the doctor's details and system credentials. The patients will browse the doctor's appointment system website to find a doctor that has the specialty of their needs. The patient can check the doctor's weekly schedule to help them to choose the day and time which they can comply for the appointment and they will submit their request for an appointment. After that, the doctors can view all their appointments and the appointment request of the patients for their availability. The patient will report at the hospital, have their details verified by admin anf then a session set for them and access details given depending on appointment number set by admin.
- Admin can view and manage doctor details
- Schedule and start or end doctors sessions for patient who booked an appointment
- View patients details when they report at Hospital
- View booking of patients
- View their Appointments
- View their scheduled sessions to be started
- View details of patients who booked them
- Delete their account
- Edit account settings
- Make appointment online
- Create accounts themselves
- View their old bookings and sessions
- Delete their account
- Edit their account settings
| Admin Dashboard | Doctor Dashboard | Patient Dashboard |
| -------| ------ -| ------- |
| Email: admin@mengo.com
| Email: doctor@mengo.com
| Email: patient@mengo.com
|
| Password: 1234
| Password: 1234
| Password: 1234
|
- 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
mengo
. - Import the provided SQL file. The file is known as DATABASE mengo.sql located inside the source code root folder.
- Browse the Doctor's Appointment Systsem in a browser. i.e. http://localhost/mengoapp/.
Added to folder Screenshots
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