A platform that would make a real difference in the healthcare management sector. With MediSync we aim to sync patient’s needs with a robust healthcare management system powered by artificial intelligence.
Experience the convenience of modern healthcare management. Join thousands of satisfied patients who have switched to our Doctor Appointment Management System. Your health, your schedule, your way.
Our product has two portals-
- Doctor's portal
- Patient's portal
-
Fork the repo
-
Clone the repo
-
Run following commands to get frontend started-
cd frontend
npm install
npm start
-
Run the following commands to get the server running-
cd backend
npm install
npm start
-
Voila! the website is up and functioning on your local dev environment.