This service provides checkout services for the application.
To build the service binary, run:
go build -o /go/bin/checkoutservice/
From the root directory, run:
docker compose build checkoutservice
Note
protoc
is required.
To regenerate gRPC code run:
go generate
To bump all dependencies run:
go get -u -t ./...
go mod tidy