This service provides checkout services for the application.
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/ ./From the root directory, run:
docker compose build checkoutservice