Skip to content

okischuang/loopback-next-example

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

loopback-next-example

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 and link loopback-next
git clone https://github.com/strongloop/loopback-next
cd loopback-next
npm install
npm run bootstrap
npm link

# install loopback-next-example
cd ..
git clone https://github.com/strongloop/loopback-next-example
cd loopback-next-example
npm run build

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

Ritchie Martori Simon Ho Siddhi Pai Mahesh Patsute Deepak Rajamohan

See all contributors

Contributing

License

MIT

About

How to build scalable microservices using LoopBack.next.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 93.7%
  • Shell 6.3%