It is a website which connects doctors, patients, and services like ambulance provider.
The patient can choose a date and doctor to consult, the system will automatically generate appointment time based on the doctor's schedule. The patient can also view his current and past appointments and book ambulance service.
The doctor on the other hand can accept/reject the appointment, view all his current and past appointments and upload detailed prescriptions for the patient.
This website is hosted at https://medicalbuddy.herokuapp.com/
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
Your machine should have Npm(or Yarn), Node.js, and MongoDB installed to use it locally.
- First fork the repo 🍴 to your account.
Go to the forked repo and clone it 👥 to your local machine:
git clone https://github.com/Your_Username/MedBuddy.git
This will make a copy of the code to your local machine.
- Now move to the
MedBuddy
directory.
cd MedBuddy
- Now check the remote of your local code by:
git remote -v
The response should look like:
origin https://github.com/Your_Username/MedBuddy.git (fetch)
origin https://github.com/Your_Username/MedBuddy.git (push)
To add upstream to remote, run:
git remote add upstream https://github.com/Aman-Codes/MedBuddy.git
Again run git remote -v
, the response should look like:
origin https://github.com/Your_Username/MedBuddy.git (fetch)
origin https://github.com/Your_Username/MedBuddy.git (push)
upstream https://github.com/Aman-Codes/MedBuddy (fetch)
upstream https://github.com/Aman-Codes/MedBuddy (push)
- Once the remote is set, install all the necessary dependencies by the following command:
npm install
Run the below command to start the server:
npm run dev
Go to: http://localhost:4000
We really like contributions in several forms, see CONTRIBUTING.md and CODE_OF_CONDUCT.md
For complete user documentation refer UserDocumentation.md