Version: 7.0.x

Building a Skeleton Production Mediator

Useful Links#

OpenHIM Orchestrator Bootstrap Production

Introduction#

This page in the mediator tutorial is purely to point you to the provided mediator scaffolding for creating a production ready mediator. A future code along video might come along soon.

This repo aims to encourage good mediator project setup.

Prerequisites#

  • NodeJS, NPM and Docker installed
  • You've setup the OpenHIM and have already prototyped an openHIM Mediator using the tutorial scaffold mediators provided.
  • It is advisable to have a solid understanding of ExpressJS and Javascript ES6 syntax.