Skip to content

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.

Notifications You must be signed in to change notification settings

ShakirAliSWE/medical-web

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

Installation

Frontend (React)

  1. Navigate to the front-end directory:

    cd front-end
    
  2. Install dependencies:

    npm install
    
  3. Run the frontend development server:

    npm start
    

Backend (Nodejs)

  1. Navigate to the back-end directory:

    cd back-end
    
  2. Install dependencies:

    npm install
    
  3. Set up environment variables:

  • Create a .env file based on the provided .env.example.
  • Configure the required environment variables.
  1. Run the backend server:

    npm start
    

Usage

Visit http://localhost:3000 in your browser to access the web application.

Demo

A live demo of the medical web is available at https://shakir-medical.netlify.app/

Authors

About

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.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published