Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 420 Bytes

File metadata and controls

23 lines (15 loc) · 420 Bytes

Shipping Service

The Shipping service queries quoteservice for price quote, provides tracking IDs, and the impression of order fulfillment & shipping processes.

Local

This repo assumes you have rust 1.73 installed. You may use docker, or install rust here.

Build

From ../../, run:

docker compose build shippingservice

Test

cargo test