
Overview ✨
Health-Track is a modern healthcare management platform designed to streamline patient care, clinical workflows, and data analytics for hospitals, doctors, and patients.
Features 🚀
- Secure admin registration and authentication
- Role-based dashboards for Admin, Doctor, Patient, Pharmacist
- AI-powered analytics and smart recommendations
- Electronic Health Records (EHR) management
- Lab integration and reporting
- JWT-based security
- Responsive, modern UI
Screenshots 🖼️
Homepage

Authentication

Technologies Used 🛠️
- React.js (Frontend)
- Node.js & Express (Backend)
- MongoDB (Database)
- Tailwind CSS (Styling)
- Lucide React (Icons)
- JWT (Authentication)
Diagrams

Installation 💻
- Clone the repository:
git clone https://github.com/abhinavkumar2369/Health-Track.git
- Install dependencies for frontend and backend:
cd frontend && npm install
cd ../backend/server && npm install
- Start the backend server:
- Start the frontend:
cd ../../frontend
npm run dev
Usage 🏥
- Visit the homepage to explore features
- Register as an admin to access the admin dashboard
- Sign in as doctor, patient, or pharmacist for respective dashboards
License 📄
This project is licensed under the Apache License, Version 2.0. See the LICENSE file for details.
Contributing
Contributions are welcome! Just fork this repo, make your changes, and open a pull request.
Credits