Prerequisite
To better understand the GoArcc codebase, you must first set up and explore a few prerequisites.
#
Golang- Download Golang for your system (https://golang.org/).
- You can also practice Golang from Golang tour (https://tour.golang.org/welcome/1).
#
gRPC- Download protocol buffer( https://developers.google.com/protocol-buffers/docs/downloads )
- Install protocol buffer ( https://grpc.io/docs/protoc-installation/ )
- Explore gRPC ( https://grpc.io/ )
- Explore Protocol buffer ( https://developers.google.com/protocol-buffers/docs/gotutorial )
- Install gRPC gateway ( https://github.com/grpc-ecosystem/grpc-gateway )
#
Docker- Download and learn docker from docker official documentation.(https://docs.docker.com/get-started/)
Hope you have successfully explored and set up the prerequisite.