PHP based web application built with CakePHP framework version 3.x
-
Clone the repo from GitHub
git clone https://github.com/nabinem/cakephp-test.git
-
Create mysql database named doc_patient_test
Import database file doc_patient_test.sql located at root directory of this projects
Make sure logs and tmp folders are writable
-
Test credentials
For Patient Role: username: patient, password: patient For Doctor Role: username: doctor, password: doctor For Admin Role: username: admin, password: admin
-
Patient can sign up Doctor and Patient can also be added by admin from backend
-
Features
-
Patient can set appointment, delete appointment, he can only manage his appointments, whenever he sets appointment Email will be sent to doctor to whim he requested appointment.
-
Doctor can see all his appointments requested by various patients, he can confirm/postpone appointments, Whenever he confirms appointment notification email will be sent to patient whoever requested appointment.
6 . Some Screenshots