A collaborative web application facilitating seamless interaction between doctors and patients. Patients can easily request consultations, and doctors can efficiently manage incoming consultation requests. Enhance healthcare connectivity and streamline the consultation process.
-
Navigate to the front-end directory:
cd front-end
-
Install dependencies:
npm install
-
Run the frontend development server:
npm start
-
Navigate to the
back-end
directory:cd back-end
-
Install dependencies:
npm install
-
Set up environment variables:
- Create a
.env
file based on the provided.env.example
. - Configure the required environment variables.
-
Run the backend server:
npm start
Visit http://localhost:3000
in your browser to access the web application.
A live demo of the medical web is available at https://shakir-medical.netlify.app/