Skip to content

Recipe: nestjs-samples

Migration in progress

This recipe will be written after the corresponding fork migration lands. Source is cloned at ~/Projects/nwire/forks/nestjs-samples/; the Nwire rewrite will live at ~/Projects/nwire/nestjs-samples/.

Tracking: GitHub project board.

What it'll cover

  • Bounded-context decomposition: how the original's structure maps to Nwire modules
  • Per-module rewrite walkthrough
  • Common modules extracted (auth, billing, notifications, …) → nwire/modules/
  • Test conversion: original's spec (RSpec / Jest / Postman / whatever) → Gherkin features
  • Honest comparison: where Nwire wins, where it adds friction

MIT licensed.