GHL is a responsive React app interface for manangerment medical reports built on Material-UI .
- Node.js > 16
- GHL_Backend
git clone https://github.com/johnny990628/GHL_Frontend
cd GHL_Frontend
npm install
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"
npm run start