From 4dfbf25db37d2765cbaab49a0d3defc49fe614c3 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Thu, 4 Jun 2026 03:12:02 +0000 Subject: [PATCH 1/2] Initial plan From 9debdd03ea82195a12158166a1b5275ef9b77262 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Thu, 4 Jun 2026 03:13:47 +0000 Subject: [PATCH 2/2] docs: add repository README --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..04a1ee6 --- /dev/null +++ b/README.md @@ -0,0 +1,11 @@ +# testapp + +This repository contains a small Node.js microservices sample application made up of four services (`service1` through `service4`) that call each other over HTTP. + +## Repository layout + +- `service1`: entry service that calls `service2` and `service4` +- `service2`: reservation API service that calls `service3` +- `service3`: lookup service +- `service4`: confirmation service +- `tests/service1-test.sh`: basic shell script for service1 request testing