ebarahona / loopback-example-facade

Best practices for building scalable Microservices.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

loopback-example-facade

This example demonstrates best practices for building scalable Microservices. See the slides for an overview.

Try it out

Download and run the code.

$ git clone https://github.com/strongloop/loopback-example-facade
$ cd loopback-example-facade
$ docker-compose up --build

Make a request to get the account summary screen data.

$ bin/get-account-summary

Run the System Status Health Check

$ node health-check-client

About

Best practices for building scalable Microservices.


Languages

Language:JavaScript 96.9%Language:Shell 3.1%