Skip to content

Adverse Effects Following Immunisation Self Reporting API Middle Layer for AEFI WhatApp Chatbot

Notifications You must be signed in to change notification settings

Kuunika/aefi-self-reporting-middle-layer

Repository files navigation

Introduction: Adverse Effects Following Immunisation Self Reporting API

The following api document details....

Deployment

Requirements

npm version: 7.24.2 node version: v16.11.1

Environment Variables

Copy the contents of .sample.env to an new .env file. the variables:

AEFI_OHSP_USERNAME, AEFI_OHSP_PASSWORD, AEFI_OHSP_URL

will need to be set before the application can be run.

Installation and Execution

npm install --only=prod
npm run build
npm run start:prod

Docker Installation

Docker Run

docker run -d -v $(pwd)/logs:/usr/src/app/logs --env-file .env -p 3000:3000 kuunika/aefii-self-reporting-middle-layer-api:4.0.0

About

Adverse Effects Following Immunisation Self Reporting API Middle Layer for AEFI WhatApp Chatbot

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages