http-server Basic Http server to interact with a GRPC server API Documentation: api Prerequisites - make - go Config Usage(to be set at env) PORT - Port number the application will start on TOKEN - Token for proxy authentication GRPC_URI - Host and port for GRPC server Clean binaries $ make clean Run all tests $ make test Build application $ make build Run application with default config $ make run Build application for linux $ make build-linux