Skip to content

Latest commit

 

History

History
52 lines (33 loc) · 1.33 KB

README.md

File metadata and controls

52 lines (33 loc) · 1.33 KB

HealthCare

HealthCare is a platform that bridges patients with healthcare providers, offering an efficient way to search for doctors based on specialties, symptoms, and locations.

Technologies Used

  • Frontend:

    • React.js
    • Tailwind CSS
  • Backend:

    • Express.js
    • MongoDB Atlas

Frontend

The frontend of HealthCare is built using React.js and styled with Tailwind CSS.

Backend

The backend of HealthCare Connect is powered by Express.js and MongoDB Atlas for database management.

Features

  • Search for doctors based on specialties or symptoms.
  • Filter search results by location.
  • User-friendly interface for seamless navigation.

Getting Started

  1. Clone the frontend repository: git clone https://github.com/01Sriharsha/health-care-app-frontend

  2. Install dependencies: npm install

  3. Start the development server: npm run dev

  4. Clone the backend repository: git clone https://github.com/01Sriharsha/health-care-app-backend

  5. Install dependencies: npm install

  6. Start the backend server: npm start