Categorygithub.com/Sugar-pack/users-manager
modulepackage
0.0.0-20230221115812-7ed358782f6e
Repository: https://github.com/sugar-pack/users-manager.git
Documentation: pkg.go.dev

# README

users-manager

build CodeQLcodecov

Development

go install -v google.golang.org/protobuf/cmd/protoc-gen-go@latest
go install -v google.golang.org/grpc/cmd/protoc-gen-go-grpc@latest

protoc --go_out=. --go-grpc_out=. proto/users.proto
protoc --go_out=. --go-grpc_out=. proto/distributedTx.proto

Launch

docker-compose up --build -d --remove-orphans

Tracing

UI

After successfull launch tracing UI will be available on address http://localhost:16686/

Known problems

if api-service didn't start, just restart it

docker-compose up -d

config filename

Service uses config.yml as a configuration file name. It can not be overriden. Probably, should be passed as a command line argument.

# Packages

No description provided by the author