Skip to content

Instantly share code, notes, and snippets.

@messified
Last active December 11, 2017 21:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save messified/bc4b962d72bc94c5620f27aede415922 to your computer and use it in GitHub Desktop.
Save messified/bc4b962d72bc94c5620f27aede415922 to your computer and use it in GitHub Desktop.

Service Repo Name

Brief description about the service

Depenancies:

  • Something

Table of Contents

  1. Routes
  2. Services
  3. Testing

Setup

Run:

cd <PathToRepo>/serviceRepoName
npm install
dev-server

Routes

Health:

Get status of service

Route: /health
URL: http://192.168.99.100:3030/health
Method: GET
Content-Type: application/json

Services

Name

  • Some service content

Testing

Development functional testing:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment