Skip to content

ClarityNLP/ClarityNLPFHIRClient

Repository files navigation

ClarityNLPFHIRClient

To run standalone

  1. Copy .env.example to .env, and edit with your properties.
  2. Making sure npm is installed, run
npm install

and

npm start
  1. The application runs by default here.

Running Docker standalone

  1. Build image
docker build -t claritynlp-fhir-client-app .
  1. Run the image
docker run -it -v ${PWD}:/usr/src/app -v /usr/src/app/node_modules -p 7200:7200 --rm claritynlp-fhir-client-app
  1. The application runs by default here.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages