Boilerplate Hapi microservice

Overview

The Service is built using Express.

Install all the dependencies by navigating into the service and running the npm install command.

Run the service through the Mutable app or via Terminal.

APIs

GET: /api/test

Notes

You'll need proxy-service to redirect the API requests to this or other services in your stack.

External Links