github.com/ngadakh/asi-user-management-service

This microservice is responsible user management operations


Install
go get github.com/ngadakh/asi-user-management-service

Documentation

ASI User Management Service

Run protoc

protoc --go_out=generated/go/asi-user-management-service --go_opt=paths=source_relative --go-grpc_out=generated/go/asi-user-management-service --go-grpc_opt=paths=source_relative proto/user.proto

Run server

make run