dosanma1 / go-grpc-whishlist

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

WISHLIST GRPC MICROSERVICE

Overview

GRPC microservice to manage a wishlist The microservice has been build following the DDD design pattern.

protoc --proto_path=./proto --go_out=paths=source_relative:pb/ --go-grpc_out=paths=source_relative:pb/ proto*.proto

How to run

go run cmd\server\main.go
go run cmd\client\main.go

Test

go test -v .\test\

Docker

docker-compose up --build

About


Languages

Language:Go 100.0%