Our application allows patients to book appointmnts to ther favourite doctors in their city, saving them a lot of time including going to doctor for booking an appointment, or calling reception then going there and wating in long queues.
So, to book an appointment, simply go to Medzo or if you are a Doctor (or clinic), go to Doctor-Dashboard
git clone https://github.com/ankush-web-eng/eureka
npm install
Since this repo is a monorepo, managed by TURBOREPO
- if you want to start all the 3 apps simultaneously, run following command:
npm run dev
- or you want to run any individual application, go to that app by:
cd apps
- then "cd" into your desired app:
cd doctor && npm run dev
You will find the port on which application has started in console