Health-Track

Health Track Banner

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 🚀

Screenshots 🖼️

Homepage

homepage-1 homepage-2 homepage-3 homepage-4

Authentication

Sign In Page Sign Up Page

Technologies Used 🛠️

Diagrams

Block Diagram 1

Installation 💻

  1. Clone the repository:
    git clone https://github.com/abhinavkumar2369/Health-Track.git
    
  2. Install dependencies for frontend and backend:
    cd frontend && npm install
    cd ../backend/server && npm install
    
  3. Start the backend server:
    npm start
    
  4. Start the frontend:
    cd ../../frontend
    npm run dev
    

Usage 🏥

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