Skip to content

Latest commit

History

History

shippingservice

Folders and files

NameName
Last commit message
Last commit date

parent directory

..

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