/grpc-crud-example

Example crud application with gRPC, Gin and GORM.

Primary LanguageGoMIT LicenseMIT

How to use:

Start gRPC server

$ go run cmd/server/server.go

Start gRPC client (Gin web framework)

$ go run cmd/client/client.go

Use curl to interact with the client api on address http://localhost:8080.