Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/hyouteki/ummsgo
- Owner: hyouteki
- License: gpl-3.0
- Created: 2024-08-02T09:29:00.000Z (3 months ago)
- Default Branch: master
- Last Pushed: 2024-08-02T09:31:17.000Z (3 months ago)
- Last Synced: 2024-09-30T15:41:18.506Z (about 1 month ago)
- Topics: go, grpc, microservice, user-management-service
- Language: Go
- Homepage:
- Size: 17.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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/)