A smart AI & IoT-based web platform that helps users manage their health, monitor vitals, chat/video consult with doctors, track lifestyle, and get medical assistance β all from one personalized dashboard.
π Live Demo
- π§ββοΈ Doctor consultation via real-time chat & video call
- π Appointment scheduling and tracking
- π¨ Health alerts by analyzing patient vitals using AI
- π‘ Personalized lifestyle improvement tips powered by AI
- π§ AI Health Assistant for user queries
- π‘οΈ Role-based dashboards for users and doctors
- π Live IoT health stats (heart rate, SpO2, etc.)
- π₯ Lifestyle tracker: sleep, exercise, diet, stress & more
- π§Ύ Medical history, prescriptions, and reports management
- Frontend: ReactJS, Tailwind CSS, Socket.IO
- Backend: Node.js, Express.js, MongoDB
- AI Integration: Google Gemini API
- 
MongoDB Setup 
 Create a new database and update the MongoDB URI in:
 backend/config/db.js
- 
Environment Variables 
 Add the following in respective.envfiles:- 
Backend 
 MONGODB_URL,JWT_SECRET_KEY,GEMINI_API_KEY
- 
Frontend 
 VITE_BACKEND_URL
 
- 
- 
Install & Run # Backend cd backend npm install # Frontend cd ../frontend npm install npm run dev