Skip to content

a736921/loopback4-example-microservices

 
 

Repository files navigation

loopback4-example-microservices

Gitter

How to build scalable microservices using LoopBack.next.

What's the difference between LoopBack.next and the current version of Loopback? See LoopBack 3 vs LoopBack 4.

Installation

Make sure you have the following installed:

# install loopback4-example-microservices
git clone https://github.com/strongloop/loopback4-example-microservices
cd loopback4-example-microservices
npm i

Basic use

# start all microservices
npm start

# perform GET request to retrieve account summary data
curl localhost:3000/account/summary?accountNumber=CHK52321122 # or npm test

# perform GET request to retrieve account data
curl localhost:3001/accounts?accountNumber=CHK52321122

# stop all microservices
npm stop

Helper scripts for the above commands are in /bin directory.

Team

Project Architects

Raymond Feng Miroslav Bajtos Ritchie Martori
raymondfeng bajtos ritch

Project Maintainers

Taranveer Virk Biniam Admikew Kyu Shim Diana Lau
virkt25 b-admike dhmlau
Janny Hou Simon Ho Yappa Hage
jannyhou superkhau hacksparrow

See all contributors

Contributing

License

MIT

About

How to build scalable microservices using LoopBack.next.

Resources

License

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • TypeScript 87.0%
  • Shell 10.3%
  • JavaScript 2.7%