π§ββοΈ 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.
- β 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
| 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) |
- Node.js and npm installed
- MongoDB running locally or via MongoDB Atlas
- VS Code or any preferred code editor
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