An API server uses gRPC-Gateway to serve both HTTP and gRPC services on same port.
- Go (>= 1.15)
- protobuf
- gRPC
- grpcurl
- GNU Make
- Docker
You can build image on your local machine using the Dockerfile
by running:
docker built -t [image_name] .
or if you have GNU Make you can simply run:
make image
or pull the image from Docker Hub:
docker pull user3301/goate:latest