A full-stack health monitoring platform designed to assist patients with respiratory conditions by offering real-time tracking, AI assistance, and virtual healthcare services. Built using React.js, Node.js, Express.js, and MongoDB, the system delivers secure, scalable, and responsive healthcare solutions.
- π³ Secure Online Payments β Seamless transaction system for medical services.
- π©Ί Virtual Consultations β Connect with healthcare professionals online.
- π€ AI-Powered Chatbot β Instant responses to patient queries.
- π Role-Based Authentication (JWT) β Secure access for patients, doctors, and admins.
- π± Mobile-Responsive UI β Accessible across all devices.
- π REST APIs β For booking, schedule management, and payments.
- π Symptom Tracking β Monitor respiratory health trends.
- π Medication Adherence System β Track dosage and reminders.
- π Online Appointment Scheduling β Real-time availability of doctors.
- π Air Quality Index (AQI) Check β Assess environmental risks to respiratory health.
- π¨ Emergency Alert System β Notifications for critical health conditions.
- βοΈ React.js β Frontend
- π’ Node.js & Express.js β Backend
- π MongoDB β Database
- π JWT β Secure authentication
- π³ Payment Gateway β For transactions
# Clone the repository
https://github.com/subratamondalnsec/OxyTrack.git
cd smart-respiratory-health-monitoring
# Install dependencies
npm install
# Run backend
cd server
npm start
# Run frontend
cd client
npm start