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.
To run the MedCompass forntend locally, please follow these steps:
git clone https://github.com/omkar-79/medcompass.git
cd frontend
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
-
Do npm install in /src folder
npm install
-
Do npm run dev
npm run dev
To run the MedCompass APIs locally, please follow these steps:
cd ..
cd api
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
-
Do npm install in /app folder
npm install
- Do add the environmental variables for mongodb in .env
-
Start the server
node server.js