The CLOVoc UI Data Dashboard pulls JSON resources from a FHIR API(s), tabluates against custom table descriptions, and renders a table view.
-
Make sure R is installed on your local machine or remote server where the dashboard is deployed.
-
Clone this repository:
$ git clone [email protected]:kids-first/clovoc-ui-data-dashboard.git
$ cd clovoc-ui-data-dashboard
- Create a
.env
file in the root directory:
FHIR_API_COOKIE="YOUR-FHIR-API-COOKIE"
or export an environmental variable in your command line interface:
$ export FHIR_API_COOKIE="YOUR-FHIR-API-COOKIE"
- Run the script below. Once successfully run, the data dashboard is available at http://localhost:3838:
$ ./scripts/entrypoint.sh
- To contribute to this repository, please follow Google's R Stype Guide.
- Run the linter
./scripts/prettify.sh /path/to/code
before pushing commits.