Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/hyouteki/ummsgo

Minimal User Management Microservice in gRPC Go
https://github.com/hyouteki/ummsgo

go grpc microservice user-management-service

Last synced: 23 days ago
JSON representation

Minimal User Management Microservice in gRPC Go

Awesome Lists containing this project

README

        

> Minimal User Management Microservice in gRPC Go

## Getting Started
- Install necessary dependencies.
```bash
chmod +x setup.sh
sudo ./setup.sh
```
- Compile the Protocol Buffer file to Go module.
```bash
protoc --go_out=./pb --go-grpc_out=./pb service.proto
```
- Run the server-client setup.
```bash
chmod +x build.sh
sudo ./build.sh
```

## Courtesy
- [go-mode - emacs](https://github.com/dominikh/go-mode.el/)