GHL is a responsive React app interface for manangerment medical reports built on Material-UI .
- Write Dockerfile to pack as docker image
- Write docker-compose to bind GHL_Backend
- Node.js > 16
- GHL_Backend
git clone https://github.com/johnny990628/GHL_Frontend.git
cd GHL_Frontend
npm install
REACT_APP_API_URL="http://localhost:3090/ghl/api"
REACT_APP_AUTH_URL="http://localhost:3090/ghl/auth"
REACT_APP_ROUTE_BASENAME="/GHL_Frontend"
REACT_APP_BLUELIGHT_URL="dicom viewer url"
REACT_APP_ROUTE_BASENAME="."
npm run start
npm run build