{"id":19874534,"url":"https://github.com/strongloop/loopback4-example-microservices","last_synced_at":"2025-10-04T08:44:21.573Z","repository":{"id":66071280,"uuid":"87131043","full_name":"strongloop/loopback4-example-microservices","owner":"strongloop","description":"Deprecated - please use https://github.com/strongloop/loopback4-example-shopping/tree/master/kubernetes","archived":false,"fork":false,"pushed_at":"2020-03-17T08:42:20.000Z","size":338,"stargazers_count":88,"open_issues_count":10,"forks_count":28,"subscribers_count":32,"default_branch":"master","last_synced_at":"2025-05-02T10:51:02.151Z","etag":null,"topics":["example","loopback-next","microservice"],"latest_commit_sha":null,"homepage":"http://loopback.io","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/strongloop.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":"CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-04-03T23:40:37.000Z","updated_at":"2023-12-31T02:05:45.000Z","dependencies_parsed_at":"2023-02-20T18:30:19.507Z","dependency_job_id":null,"html_url":"https://github.com/strongloop/loopback4-example-microservices","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/strongloop/loopback4-example-microservices","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/strongloop%2Floopback4-example-microservices","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/strongloop%2Floopback4-example-microservices/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/strongloop%2Floopback4-example-microservices/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/strongloop%2Floopback4-example-microservices/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/strongloop","download_url":"https://codeload.github.com/strongloop/loopback4-example-microservices/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/strongloop%2Floopback4-example-microservices/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278289459,"owners_count":25962353,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-04T02:00:05.491Z","response_time":63,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["example","loopback-next","microservice"],"created_at":"2024-11-12T16:23:55.378Z","updated_at":"2025-10-04T08:44:21.567Z","avatar_url":"https://github.com/strongloop.png","language":"TypeScript","readme":"# loopback4-example-microservices\n\n## :warning: This example has been deprecated and it does not reflect our recommendation to deploy LoopBack 4 applications as microservices. Please follow https://github.com/strongloop/loopback4-example-shopping/tree/master/kubernetes instead. :warning:\n\nHow to build scalable microservices using LoopBack.next.\n\n\u003e What's the difference between LoopBack.next and the current version of\n\u003e Loopback? See [LoopBack 3 vs LoopBack 4](https://github.com/strongloop/loopback-next/wiki/FAQ#loopback-3-vs-loopback-4).\n\n## Installation\n\nMake sure you have the following installed:\n\n- [Node.js](https://nodejs.org/en/download/) \u003e= 8.0.0\n- [TypeScript](https://www.typescriptlang.org/index.html#download-links) \u003e= 2.0.0 `npm i -g typescript`\n- [TypeScript Node](https://github.com/TypeStrong/ts-node#installation) \u003e= 3.0.0 `npm i -g ts-node`\n\n```shell\n# install loopback4-example-microservices\ngit clone https://github.com/strongloop/loopback4-example-microservices\ncd loopback4-example-microservices\nnpm i\n```\n\n## Basic use\n\n```shell\n# start all microservices\nnpm start\n\n# perform GET request to retrieve account summary data\ncurl localhost:3000/account/summary?accountNumber=CHK52321122 # or npm test\n\n# perform GET request to retrieve account data\ncurl localhost:3001/accounts?accountNumber=CHK52321122\n\n# stop all microservices\nnpm stop\n```\n\n\u003e Helper scripts for the above commands are in [`/bin`](https://github.com/strongloop/loopback4-example-microservices/tree/master/bin)\n\u003e directory.\n\n# Team\n\n### Project Architects\n\n|                  Raymond Feng                   |            Miroslav Bajtos            |           Ritchie Martori           |\n| :---------------------------------------------: | :-----------------------------------: | :---------------------------------: |\n| [![raymondfeng]](http://github.com/raymondfeng) | [![bajtos]](http://github.com/bajtos) | [![ritch]](http://github.com/ritch) |\n\n### Project Maintainers\n\n|                                           |                                             |                                                                                                              |                                       |\n| :---------------------------------------: | :-----------------------------------------: | :----------------------------------------------------------------------------------------------------------: | :-----------------------------------: |\n|              Taranveer Virk               |               Biniam Admikew                |                                                   Kyu Shim                                                   |               Diana Lau               |\n|  [![virkt25]](http://github.com/virkt25)  |  [![b-admike]](http://github.com/b-admike)  | [\u003cimg src=\"https://avatars3.githubusercontent.com/u/18518689?v=3\u0026s=60\" height=60\u003e](http://github.com/shimks) | [![dhmlau]](http://github.com/dhmlau) |\n|                 Janny Hou                 |                  Simon Ho                   |                                                  Yappa Hage                                                  |                                       |\n| [![jannyhou]](http://github.com/jannyHou) | [![superkhau]](http://github.com/superkhau) |                               [![hacksparrow]](https://github.com/hacksparrow)                               |                                       |\n\n[See all contributors](https://github.com/strongloop/loopback4-example-microservices/graphs/contributors)\n\n# Contributing\n\n- [Guidelines](https://github.com/strongloop/loopback-next/wiki/Contributing)\n- [Join the team](https://github.com/strongloop/loopback-next/wiki/Contributing#join-the-team)\n\n# License\n\nMIT\n\n[raymondfeng]: https://avatars0.githubusercontent.com/u/540892?v=3\u0026s=60\n[bajtos]: https://avatars2.githubusercontent.com/u/1140553?v=3\u0026s=60\n[ritch]: https://avatars2.githubusercontent.com/u/462228?v=3\u0026s=60\n[b-admike]: https://avatars0.githubusercontent.com/u/13950637?v=3\u0026s=60\n[dhmlau]: https://avatars2.githubusercontent.com/u/25489897?v=3\u0026s=60\n[jannyhou]: https://avatars2.githubusercontent.com/u/12554153?v=3\u0026s=60\n[superkhau]: https://avatars1.githubusercontent.com/u/1617364?v=3\u0026s=60\n[loay]: https://avatars3.githubusercontent.com/u/1986928?v=3\u0026s=60\n[virkt25]: https://avatars1.githubusercontent.com/u/3311536?v=3\u0026s=60\n[hacksparrow]: https://avatars2.githubusercontent.com/u/950112?v=3\u0026s=60\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstrongloop%2Floopback4-example-microservices","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstrongloop%2Floopback4-example-microservices","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstrongloop%2Floopback4-example-microservices/lists"}