Implementing Order Service with Golang, gRPC and PostgreSQL - Part 4
Introduction
In Part 3 we implemented user service. In this post, we will implement an Order Service using Golang, gRPC, PostgreSQL, and GORM.
Note: We are using static price here for product passed in create order request and we will be connecting ...
lakhansamani.hashnode.dev6 min read