Skip to content

asthanit1205/CodeCatalysts_CIH_2.0

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

7 Commits
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸ§‘β€βš•οΈ PhysioTrack – Physiotherapy Exercise Web App

PhysioTrack is a gesture-based physiotherapy platform designed to help patients perform and track their physiotherapy exercises from home. It allows physiotherapists to assign exercises, monitor patient progress, and collect session data via a real-time camera interface.


πŸš€ Features

  • βœ… Physiotherapist and patient login
  • βœ… Assign specific exercises to patients
  • βœ… Patient dashboard with session history
  • βœ… Real-time pose detection using MediaPipe
  • βœ… Repetition count and performance scoring
  • βœ… Voice and text feedback
  • βœ… Admin dashboard to manage exercises and patients

πŸ› οΈ Tech Stack

Area Technologies Used
Frontend React.js, Tailwind CSS, Bootstrap
Backend Node.js, Express.js
Database MongoDB (with Mongoose)
Pose Detection MediaPipe Pose
Authentication JWT (JSON Web Tokens)

πŸ–₯️ Setup Instructions

βœ… Prerequisites

  • Node.js and npm installed
  • MongoDB running locally or via MongoDB Atlas
  • VS Code or any preferred code editor

1. Clone the Repository

git clone https://github.com/asthanit1205/CodeCatalysts_CIH_2.0.git
cd CodeCatalysts_CIH_2.0
2. Setup Backend
bash
Copy
Edit
cd physio-tracker-backend
npm install
Create a .env file inside physio-tracker-backend/ with the following content:

env
Copy
Edit
PORT=5000
MONGO_URI=mongodb://localhost:27017/physiodb
Run the backend server:

bash
Copy
Edit
node app.js
3. Setup Frontend
bash
Copy
Edit
cd ../physio-tracker-frontend
npm install
npm run dev
Visit the frontend in your browser:
πŸ‘‰ http://localhost:5173

πŸ‘₯ Team – CodeCatalysts
Name                  	Role
Astha Nitnaware	       Full-Stack Developer, MediaPipe Integration
Pranali Nikose	        Backend API Developer, MongoDB Integration
Iqra Shaikh           	Frontend Developer, Styling & Routing
Renuka Motghare	       Frontend Developer

πŸ“§ Contact:
Astha Nitnaware – asthanitnaware546@gmail.com

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors