Skip to content

I-TECH-UW/patient-reported-outcomes

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

Patient Reported Outcomes (PRO)

Health outcomes directly reported by the patient who experienced them.

Build the client

cd client

docker build -t sgs/outcomes:v1.0.0 .

Build the NodeJs server proxy

cd ../proxy

docker build -t sgs/proxy:v1.0.0 .

Optional (Local Development Setup)

Run Client Locally

cd client

npm start

Run Proxy Locally

cd ../proxy

Add the required environment variables;

cp .env.example .env && vim .env

PORT=5000
OPENMRS_USERNAME=''
OPENMRS_PASSWORD=''
POST_QUESTIONNAIRE_ENDPOINT='<DOMAIN_NAME>/openmrs/ws/rest/v1/outcomes/questionnaire'

npm run start-dev-proxy

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 83.8%
  • JavaScript 8.7%
  • HTML 4.5%
  • Dockerfile 1.6%
  • CSS 1.4%