GHL

GHL is a responsive React app interface for manangerment medical reports built on Material-UI .

Installation

requirement

Set up the backend server

GHL Backend

Clone the repo

git clone https://github.com/johnny990628/GHL_Frontend
cd GHL_Frontend

Install dependencies

npm install

Configuration

dotenv

REACT_APP_API_URL="your api url"
REACT_APP_AUTH_URL="your user authentication url"
REACT_APP_ROUTE_BASENAME="your route base name"
REACT_APP_BLUELIGHT_URL="dicom server url"

Run the app

npm run start

Author

johnny990628