DISCLAIMER This is repository is used by Assembly's banking Backend team for hiring and evaluation purposes. Any functionality described in this repository does not entirely reflect or show how the actual implementation of some services is done. end disclaimer
This is a gRPC service that provides functionality in relation to users. The service definition is in the protocol buffer definition inside ./pkg/proto/user.proto
A Makefile is available with the following recipes defined
make build
make test
make lint
make run