Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/by-sabbir/grpc-service-example

Domain Driven Design(DDD) Pattern for Scaffolding gRPC microservices for Production
https://github.com/by-sabbir/grpc-service-example

ddd-architecture domain domain-driven-design go golang grpc microservice

Last synced: 5 days ago
JSON representation

Domain Driven Design(DDD) Pattern for Scaffolding gRPC microservices for Production

Awesome Lists containing this project

README

        

![gRPC Example Service Status](https://github.com/by-sabbir/grpc-service-example/actions/workflows/geometry.yml/badge.svg) [![Test Coverage](https://codecov.io/gh/by-sabbir/grpc-service-example/branch/master/graph/badge.svg?token=8AOQZS8GW2)](https://codecov.io/gh/by-sabbir/grpc-service-example) [![Go Report](https://goreportcard.com/badge/github.com/by-sabbir/grpc-service-example)](https://goreportcard.com/report/github.com/by-sabbir/grpc-service-example)
# gRpc Service in Go
---

## Quick Start

### Run Server

```bash
go run cmd/server/main.go
```

### Client Request

```bash
go run cmd/client/main.go
```

For detailed explanation read this (article)[https://sabbir.dev/article/scaffolding-a-grpc-service-with-go-golang-for-production/]