Skip to content

Latest commit

 

History

History
39 lines (30 loc) · 595 Bytes

README.md

File metadata and controls

39 lines (30 loc) · 595 Bytes

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