Skip to content

Latest commit

 

History

History

todo-api

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

Todo API

Simple application which I want to use as an opininated playground/template for production ready apps/APIs. Will focus on

  • Build, configuration
    • Easy setup and local development
    • 12-factor app style configuration
  • Observability and telemetry
    • Good observability setup for smooth bugfinding + fixing
  • Domain-driven design
    • Keep domain pure and testable, push effects to the "outer layers"
  • Vertical slice architecture
    • Low coupling, but also focus on cohesion
  • Cloud-native deployment
  • ...

These are what I consider important factors when developing reliable, quality applications reasonably fast.

Variants