Skip to content

vedant2111031/Health-E

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

188 Commits
 
 
 
 
 
 

Repository files navigation

Health-E

Health-E is your go-to platform for seamless healthcare solutions, connecting you with top-tier medical professionals for both in-person and virtual consultations. Our innovative platform offers a user-friendly interface that allows patients to effortlessly book appointments, whether you prefer a face-to-face visit or a convenient online session. It is made with the help of React, TailwindCss and many more for the Frontend. And node, MongoDB, stripe,ExpressJS and other techs for the backend.

Dependencies over-

Features

  • Authentication
  • Dynamic data integration
  • Payment

Upcoming features

  • Chat
  • Chatbot
  • Virtual chat

Many more...

UI-

Screenshot Screenshot Screenshot Screenshot Screenshot Screenshot Screenshot Screenshot

Running the Site

Prerequisites

  1. Node- Node should be installed in your system to run the project's backend.
  2. Mongo DB-you must have a MongoDB database you need to connect to the project.
  3. Cloudinary-You must have an account on Cloudinary as it stores you on the cloud.
  4. Stripe-Its a payment gateway you must have an account to connect it.

Getting Started

Frontend-

  1. Clone the Repository-Clone the CryptBEE repository to your local machine using the following command:
git clone https://github.com/vedant2111031/Health-E
  1. Navigate to Frontend Directory-
cd ./Health-E
cd ./Frontend
  1. Install the Dependencies- Install all the dependencies and recheck it if some do not install, install them manually.
npm install
  1. Configure the Base_url- Set the Base_url in the config file. To connect to the backend.
BASE_URL=
  1. Run the Frontend Server-
npm run dev

Backend

  1. Navigate to Backend Directory-
cd ./Health-E
cd ./Backend
  1. Install dependencies- Install all the dependencies and recheck it if some do not install, install them manually.
npm install
  1. Configure Environment variable-
PORT=
DATABASE_URI=
DB_NAME=
CLOUDINARY_CLOUD_NAME=
CLOUDINARY_API_KEY=
CLOUDINARY_API_SECRET=
JWT_SECRET= 
JWT_EXPIRY=
CORS_ORIGIN=
STRIPE_SECRET_KEY=

4.Run the backend Server-

npm run start-dev

Backend:http://localhost:8000

Frontend:http://localhost:5173

Frontend Contributor

Vedant Pandey

Backend Contributor

Aanand Rai

About

It is going to be a full stack project serving people in the field of health care.Having various features like appointment scheduling,virtual support,medical description etc.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors