Logo Lanfrica
  • Home
  • Atlas
  • Insights
  • Docs
  • Sign in

© 2026 Lanfrica. All rights reserved. All copyrights of the resources shown on the Lanfrica website belong to the original copyright holders, unless explicitly stated otherwise.

malawi-ministry-of-health-dhd/aefi-self-reporting-middle-layer

Domain:

healthcare

Record type:

software
Creator:
mal
Host:
Adverse Effects Following Immunisation Self Reporting API Middle Layer for AEFI WhatApp Chatbot # 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 ```bash 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

Visit

github.com