Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 672 Bytes

Readme.md

File metadata and controls

9 lines (7 loc) · 672 Bytes

Summary

A simple To Do REST API using Go, GORM and Gin. In theory, should be compatible with (or at least close to compatible with) the SPA from my other ToDo learnings.

In addition, this implementation is a testbed for a couple of additional technologies:

  • Role-based access control (RBAC) implemented using OIDC and Zitdadel
  • OpenTelemetry for application instrumentation
  • Signoz in Docker for telemetry collection and visualization