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

https://github.com/sinisaos/grpc-crud-example

Example crud application with gRPC, Gin and GORM.
https://github.com/sinisaos/grpc-crud-example

gin-gonic golang gorm-orm grpc

Last synced: about 2 months ago
JSON representation

Example crud application with gRPC, Gin and GORM.

Awesome Lists containing this project

README

          

## 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``.