- A complete interaction system b/w doctor and patients.
- Schedule a desired appointment with your doctor.
- Get real time notifications/reminders to take your medicines.
- Get notified and refill your prescription in one-click!
- View all your prescriptions and medical reports.
- Check your Adherence Rates with the help of Machine Learning Model.
- Register clinics, hospitals and doctors
- Doctors can write digital prescriptions.
- Install Stable Version of Node JS from the official website
- Install XAMPP to create a copy of Database
- Import sys_adhere.sql to your localhost/phpmyadmin.
- Make sure Apache and MySQL servers on XAMPP have been started up.
- Run the following commands. (Make sure you are in the same directory as package.json)
- Thanks
npm install
nodemon app
- You are good to go !
Doctor Home | Patient Home |
---|---|
Doctor Signup | Patient Signup |
---|---|
Add Patient's Medical Prescription | View Patient's Medical Prescription |
---|---|
Adherence Report-1 | Adherence Report-2 |
---|---|
Appointments List | Prescription List |
---|---|
Book Doctor | Search Doctor |
---|---|