Example repo to show how to call other services using LoopBack 4. Detailed instruction can be found: https://loopback.io/doc/en/lb4/Calling-other-APIs-and-web-services.html
This LoopBack 4 application contains endpoints:
- connecting to a SOAP service endpoint for a calculator service
- connecting to a REST service endpoint for Star War related info
- Run:
npm start
- In a browser, go to:
http://localhost:3000/explorer