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/shipping/README.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 src/shipping/README.md (limited to 'src/shipping/README.md') diff --git a/src/shipping/README.md b/src/shipping/README.md new file mode 100644 index 0000000..915a78a --- /dev/null +++ b/src/shipping/README.md @@ -0,0 +1,23 @@ +# Shipping Service + +The Shipping service queries `quote` for price quote, provides tracking IDs, +and the impression of order fulfillment & shipping processes. + +## Local + +This repo assumes you have rust 1.82 installed. You may use docker, or +[install rust](https://www.rust-lang.org/tools/install). + +## Build + +From `../../`, run: + +```sh +docker compose build shipping +``` + +## Test + +```sh +cargo test +``` -- cgit v1.2.3