cumc-dbmi / drug-condition-incidence

3 stars 4 forks source link

Drug Condition Incidence Rate

Directory Structure

Getting started

To get this application up and running you will need to know the following:

Create environment file

Copy the .env_template to a .env file and edit it accordingly.

VOCAB_BASE_URL='http://api.ohdsi.org/WebAPI/vocabulary/1PCT'
DATASOURCE_USERNAME='YOUR_USERNAME'
DATASOURCE_PASSWORD='YOUR_PASWORD'
DATASOURCE_HOSTNAME='YOUR_HOST'
DATASOURCE_PORT='1433'
DATASOURCE_DATABASE='incidence_rate'
DATASOURCE_SCHEMA='dbo'

Build images

docker compose build

Launch containers

docker compose up -d

Open application

Open browser and visit http://127.0.0.1:9999