Skip to content

API gateway for backend services

License

Notifications You must be signed in to change notification settings

cash-track/gateway

Repository files navigation

Gateway

quality build codecov

API gateway for backend services. Uses transparent HTTP layer transition from client requests to backend services.

Run

$ make run

Health Checks

  • HTTP GET [host]/live for liveness check if service started
  • HTTP GET [host]/ready for readiness check if all dependencies ok

Push to registry

$ docker build . -t cashtrack/gateway:latest --no-cache
$ docker push cashtrack/gateway:latest