From 82e03978b89938219958032efb1448cc76baa181 Mon Sep 17 00:00:00 2001 From: Saumit Date: Sat, 27 Sep 2025 02:14:26 +0530 Subject: Initial snapshot - OpenTelemetry demo 2.1.3 -f --- src/payment/README.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 src/payment/README.md (limited to 'src/payment/README.md') diff --git a/src/payment/README.md b/src/payment/README.md new file mode 100644 index 0000000..6219470 --- /dev/null +++ b/src/payment/README.md @@ -0,0 +1,16 @@ +# Payment Service + +This service is responsible for processing and validating payments through the +application. + +## Local Build + +Copy the `demo.proto` file to this directory and run `npm ci` + +## Docker Build + +From the root directory, run: + +```sh +docker compose build payment +``` -- cgit v1.2.3