Tag: nx
All the articles with the tag "nx".
-
The README — Enterprise NestJS Monorepo (enterprise-todo)
The production-ready README for the enterprise-todo repository built across all 24 parts of this series. Copy this into your repo's README.md — it covers stack, prerequisites, getting started, every environment variable, every script, the architecture, and all known gotchas.
-
Dual-App Monorepo — Portal API & Platform Interceptor
Add a second NestJS app (portal-api) for your internal operations team, wire up a RequestPlatformInterceptor that prevents user JWTs from working on the admin portal, and complete the enterprise-todo monorepo as a fullstack replacement scaffold.