Northstar Platform
Service-marketplace backend, built to production standards
A service-marketplace backend I built end-to-end and open-sourced: multi-role authorization, background job processing, and a fully tested API. The code is public — it is the evidence.
Architecture & decisions
- JWT + RBAC across 4 roles, enforced at the guard layer
- Async work (notifications, payouts) offloaded to BullMQ + Redis
- Prisma schema with explicit transaction boundaries
- 28+ tests covering auth, workflows, and edge cases
