Skip to content

Latest commit

 

History

History
49 lines (33 loc) · 2.4 KB

README.md

File metadata and controls

49 lines (33 loc) · 2.4 KB

CHECKUP

CheckUp.mp4

CheckUp is a website application that utilizes Internet capabilities to bring patients and doctors together form all around the world. Patients gets an opportunity to get themselves diagnosed with best doctors removing the barrier of distance. Our mission is no one should left behind and everyone gets the best medication and care that they deserve.


Key Features-:

  • Appointment -: With our Built-in Scheduler, patients will be able book a 30-minute appointment with any doctor from around the world.
  • Remote Diagnosis -: After booking an appointment, patients and doctors would be able to connect with each other remotely via video calling facility powered by Azure Communication Services.
  • Patient's History -: Patient will be free to share their history with doctors (access could be removed). Patient's health is our priority, on uploading the history once, history cannot be deleted. Doctors can share their prescriptions on the patient history panel after the appointment has ended.

Benefits -:

  • This platform will help patients connect to the best doctors from all around the world.
  • Patients will be able to receive the best treatment possible with all the history readily available with the doctor.
  • Saves time, and energy.
  • Provides easy access to both patients and doctors.
  • Prevents spreading of contagious diseases by removing physical contact.

We encorage everyone to contribute to this project.


Frontend -:

Find Front-End at CHECKUP-FRONTEND

  1. Clone the repository
  2. Install all the necessary modules with npm install.
  3. In the src/Navigation/NavigationReference.js change the api as per your requirements.

BACKEND -:

Find Back-End repository at CHECKUP-BACKEND

  1. Take a pull request.
  2. Install the required modules by npm install.
  3. Add a .env file to hold the password of your azure storage account.
  4. No need to add azure communication service token it is safely stored in azure key-vault.
  5. In index.js file change the cors policy as per your needs.