API gateway for backend services. Uses transparent HTTP layer transition from client requests to backend services.
$ make run- HTTP
GET [host]/livefor liveness check if service started - HTTP
GET [host]/readyfor readiness check if all dependencies ok
$ docker build . -t cashtrack/gateway:latest --no-cache
$ docker push cashtrack/gateway:latest