Skip to content

Latest commit

 

History

History
60 lines (47 loc) · 1.41 KB

README.md

File metadata and controls

60 lines (47 loc) · 1.41 KB

Project-Medibles

`Project MEDIBLES brings you the platform where most of the post discharge care is being taken care of. Features which can better the patient's outcome, including better informed diagnostics, optimal treatment planning, care cost optimization, post-discharge care, and patient communities for resource sharing is being given through our platform.
Apart from regular features it also comes with AI motion tracking which measures the daily progress of patients physical activities and the treatment through which they are going.

Presented by Team Nutella

Contents

Installation


  1. Clone the repository

  2. Open with code editor

  3. Split the terminal into two. On first run:

    • npm i concurrently -g
    • cd client
    • npm install
    • cd ..
    • cd server
    • npm install
    • cd ..
    • npm run dev

    On second terminal run

    • cd exercise_tracker
    • pip install -r requirements.txt
    • python app.py

Tech-Stacks Used


  1. MongoDB
  2. Express
  3. ReactJS
  4. Node
  5. API- for e-pharmacy and payment gateway
  6. Firebase
  7. Flask
  8. OpenCV
  9. Mediapipe

33145532