Skip to content

Latest commit

 

History

History
26 lines (21 loc) · 766 Bytes

main.md

File metadata and controls

26 lines (21 loc) · 766 Bytes

RPC backend application

Backend application for store static data produced from Frontend applications using browser memory as use case database.

Supported endpoints:

  • Swagger Link in Application: /swagger-ui/index.html
  • Swagger export JSON format: /v3/api-docs
  • Swagger export YAML format: /v3/api-docs.yaml

Database

  • Database console link: /h2-console/

Health endpoints

  • General health: /actuator/health
  • Liveness health: /actuator/health/liveness
  • Readiness health: /actuator/health/readiness

Navigation

  1. Implementation
  2. Main
  3. Env vars
  4. Docker
  5. Helm
  6. Kubernetes
  7. API Endpoints
  8. CICD