Skip to content
forked from viny1ic/narad

An automated post-discharge call system for hospitals to schedule follow-up calls with discharged patients, asking relevant questions to ensure better care.

Notifications You must be signed in to change notification settings

omkar-79/medcompass

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MedCompass

MedCompass is a health-focused web application built with React and Vite. It makes patient follow-up simpler and stress free. It helps in automating scheduled calls to patients after they’ve been discharged, asks the right questions based on their health condition, and gently checks how they’re doing. Everything is tracked in a clean, easy to use dashboard, giving healthcare teams a clear picture of each patient’s recovery, all without the endless phone calls and manual check-ins.

🛠️ Tech Stack Used

Twilio ReactJS NodeJS TailwindCSS MongoDB REST API


Installation (Frontend)

To run the MedCompass forntend locally, please follow these steps:

1. Clone the repository

git clone https://github.com/omkar-79/medcompass.git
cd frontend

2. Check Node.js and npm versions

Before proceeding, make sure that Node.js (v14 or higher) and npm are installed on your machine.

  • Check your Node.js version:

    node -v
    npm -v
    

3. Install dependency

  • Do npm install in /src folder

    npm install
    

4. Run the frontend project

  • Do npm run dev

    npm run dev
    
    

Installation (API Server)

To run the MedCompass APIs locally, please follow these steps:

1. Go to api directory

cd ..
cd api

2. Check Node.js and npm versions

Before proceeding, make sure that Node.js (v14 or higher) and npm are installed on your machine.

  • Check your Node.js version:

    node -v
    npm -v
    

3. Install dependency

  • Do npm install in /app folder

    npm install
    

4. Run the APIs

  • Do add the environmental variables for mongodb in .env

5. Run the APIs

  • Start the server

    node server.js
    

About

An automated post-discharge call system for hospitals to schedule follow-up calls with discharged patients, asking relevant questions to ensure better care.

Topics

Resources

Stars

Watchers

Forks

Languages

  • JavaScript 66.4%
  • Python 33.3%
  • Other 0.3%