1.0.0 • Published 7 months ago

esante-questionnaire v1.0.0

Weekly downloads
-
License
ISC
Repository
github
Last release
7 months ago

HealthLake FHIR Questionnaire App

This Node.js application uses GraphQL to provide an API for the front-end to communicate with AWS HealthLake FHIR questionnaires.

Prerequisites

  1. Node.js - You can download it from https://nodejs.org/.

Setup

  1. Clone the repository

    git clone https://github.com/Cognosante/esante-questionnaires.git
    cd esante-questionnaires
  2. Install dependencies

    npm install
  3. Run the application

    npm start