Skip to content

API gateway for backend services

License

Notifications You must be signed in to change notification settings

cash-track/gateway

Folders and files

NameName
Last commit message
Last commit date

Latest commit

5f28ea4 · Jan 26, 2025

History

76 Commits
Jan 26, 2025
Aug 11, 2024
Jan 26, 2025
Jan 26, 2025
Aug 11, 2024
Nov 26, 2023
Jan 26, 2025
Jan 26, 2025
Aug 11, 2024
Nov 12, 2023
Jan 26, 2025
Nov 12, 2023
Nov 19, 2023
Nov 15, 2024
Oct 21, 2023
Jan 26, 2025
Nov 19, 2023
Jan 26, 2025
Jan 26, 2025
Jan 26, 2025

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