GHL_Backend is a noSQL-based NodeJS server for managing the medical reports built on Express .
- pull FHIR Branch from Kiwi-FHIR-Convert-Kit
- test FHIR api
- merge FHIR Branch
- Complete TWcore track1 FHIR Patient api requirements
- Docker compose file
git clone https://github.com/johnny990628/GHL_backend
cd GHL_backend
npm install
PORT="3090"
DB_URL="mongodb://localhost:27017/ghl"
WEB_ORIGIN_URL="http://localhost:3091"
JWT_SECRECT_KEY="your jwt secrect key"
node server.js
port 3080 should match your .env
config
git clone https://github.com/johnny990628/GHL_backend.git
cd GHL_backend
build-docker-image.bat
docker run -d -p 3090:3080 --name GHL_Backend -it --restart=always ghl_backend
- 如果你已經在Local端成功架設前後端並且順利登入,請記得要登出後再執行前後端的Docker Container,否則你的前端會無法順利運作