To work on this project follow the steps outlined in this file
Get protoc and the go codegen
sudo apt install protobuf-compiler
go install google.golang.org/protobuf/cmd/protoc-gen-go@v1.28
go install google.golang.org/grpc/cmd/protoc-gen-go-grpc@v1.2
- Make sure that the go path is in your PATH
- Run
make
on the root folder of the repo - Run
devserver.sh
for a quick run of the server in dev mode or with goland use the usual run methods