Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 363 Bytes

File metadata and controls

20 lines (13 loc) · 363 Bytes

Checkout Service

This service provides checkout services for the application.

Local Build

To build the protos and the service binary, run:

protoc -I ../../pb/ ../../pb/demo.proto --go_out=./ --go-grpc_out=./
go build -o /go/bin/checkoutservice/ ./

Docker Build

From the root directory, run:

docker compose build checkoutservice