Skip to content

πŸš€ Dues Pay Engine β€” Engineering Hub

Welcome to the engineering portal. This documentation covers our architecture, data flow, and local development standards.


πŸ—ΊοΈ Monorepo Blueprint

graph TD
    Web[apps/web: React 18/19 + Vite] -->|HTTP /api/v1| API[apps/api: Go Standard Library]
    API -->|INSERT outbox_events| DB[(PostgreSQL 16)]
    Worker[apps/worker: Python Async Engine] -->|SKIP LOCKED Polling| DB
    Worker -->|Generate| Artifacts[PDF Receipts & UBL-TR Invoices]