Skip to content

johnny990628/GHL_Frontend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GHL

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

TODO List

  • Write Dockerfile to pack as docker image
  • Write docker-compose to bind GHL_Backend

Requirements

Installation

Step1-Set up the backend server

GHL Backend

Step2-Clone the repo

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

Step3-Install dependencies

npm install

Step4-Configuration

Modify your .env file in root folder

dotenv template

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"

You may also config for deploying at any route

REACT_APP_ROUTE_BASENAME="."

Step5-Run the app

npm run start

Or Build as static files

npm run build

Author 🎉

johnny990628

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors 4

  •  
  •  
  •  
  •  

Languages