HealthCare is a platform that bridges patients with healthcare providers, offering an efficient way to search for doctors based on specialties, symptoms, and locations.
-
Frontend:
- React.js
- Tailwind CSS
-
Backend:
- Express.js
- MongoDB Atlas
The frontend of HealthCare is built using React.js and styled with Tailwind CSS.
- Repository: Frontend Repository
- Live Demo: Frontend Demo
The backend of HealthCare Connect is powered by Express.js and MongoDB Atlas for database management.
- Repository: Backend Repository
- Search for doctors based on specialties or symptoms.
- Filter search results by location.
- User-friendly interface for seamless navigation.
-
Clone the frontend repository:
git clone https://github.com/01Sriharsha/health-care-app-frontend
-
Install dependencies:
npm install
-
Start the development server:
npm run dev
-
Clone the backend repository:
git clone https://github.com/01Sriharsha/health-care-app-backend
-
Install dependencies:
npm install
-
Start the backend server:
npm start