01
StockFlow — order and payment domain
A work-in-progress educational Go project where I practice order and payment domain modelling, state transitions, and basic HTTP handlers.
- Value objects for money and order items, order states, and validated state transitions.
- Online payment, cancellation, and refund scenarios encoded in the domain model.
- Basic net/http handlers for creating orders, retrieving them by ID, and health checks.