Skip to content

Files

This branch is 48 commits ahead of, 1936 commits behind GoogleCloudPlatform/microservices-demo:main.

shippingservice

Shipping Service

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

Local

Run the following command to restore dependencies to vendor/ directory:

dep ensure --vendor-only

Build

From repository root, run:

docker build --file src/shippingservice/Dockerfile .

Test

go test .