A very simple example of a no-db, sorta CQRS, sorta event-sourced app example with minimal dependencies.
Uses filesystem for persistence because it's simple.
HTTP Prompt syntax (METHOD /endpoint body_key=body_value_type
)
GET /
- returns the entire stored statePOST /add from=string to=string
- adds a new packagePOST /deliver id=string
- delivers an existing package