Simple App for example fetching some Cart 🛒 data using https://grpc.io with Go Programming Language (Golang)
- Created service called cart-service, I defined .proto file for compile later. Just append for example cart datas.
- Created client called cart-client for fetching cart with sku number.