This application connects to the DHIS2 platform and retrieves outbreak program data (event data) that contains both clinical and genomic indicators.
- Clone the repository
- In the terminal,
cd
to the folder and thennpm install
to intall dependencies - Run
npm run dev
and openhttp://localhost:3000
- Optionally, run
npm run build
to compile
This project uses node.js, express and webpack.
api/dhis
: currently static -> gets the events from the Kenema 2014 Event Program from the local DHIS2 instance.
api/api/dataElements/:ids
: gets displayName of DataElement when provided with a comma separate list of UIDs.