The gateway project provides a grpc-gateway implementation to the backend services running.
This translates standard HTTP requests into a gRPC request based on annotations provided in the .proto
files.
**NOTE: Several pull requests must be merged before this will work out of box.