Skip to content

kids-first/clovoc-ui-data-dashboard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CLOVoc UI Data Dashboard

The CLOVoc UI Data Dashboard pulls JSON resources from a FHIR API(s), tabluates against custom table descriptions, and renders a table view.

Quickstart

  1. Make sure R is installed on your local machine or remote server where the dashboard is deployed.

  2. Clone this repository:

$ git clone git@github.com:kids-first/clovoc-ui-data-dashboard.git
$ cd clovoc-ui-data-dashboard
  1. 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"
  1. Run the script below. Once successfully run, the data dashboard is available at http://localhost:3838:
$ ./scripts/entrypoint.sh

Dashboard

Development

  • To contribute to this repository, please follow Google's R Stype Guide.
  • Run the linter ./scripts/prettify.sh /path/to/code before pushing commits.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published