/boilerplate-service-node-hapi

A boilerplate service using Hapi, Joi, Swagger, Mutable Meta

Primary LanguageJavaScript

Boilerplate Hapi microservice

Overview

The Service is built using Hapi, Joi.

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/get

Notes

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

External Links