Skip to content

refactor(apps): migrate express services to NestJS across backend apps#402

Open
LLEGIT wants to merge 7 commits into
mainfrom
evol/NO-ISSUE/migrate-express-to-nest-js-backend-services
Open

refactor(apps): migrate express services to NestJS across backend apps#402
LLEGIT wants to merge 7 commits into
mainfrom
evol/NO-ISSUE/migrate-express-to-nest-js-backend-services

Conversation

@LLEGIT

@LLEGIT LLEGIT commented Jun 10, 2026

Copy link
Copy Markdown
Contributor
  • migrate bfb-devops-auditor, bfb-dynamic-auditor, bfb-main-analyzer,
    bfb-static-auditor, and bff from Express bootstrap to NestJS bootstrap
  • replace Express routers with Nest controllers/modules and preserve API paths
  • add NotFound filters to keep legacy 404 response shape and logging behavior
  • migrate BFF GraphQL wiring to @nestjs/graphql + Apollo driver with equivalent auth context
  • update tests to use async app initialization and getHttpServer()
  • update TS config for decorators/metadata required by NestJS
  • replace nodemon + ts-node runtime with tsx watch scripts
  • add NestJS runtime dependencies and remove direct express/body-parser/cors usage
  • update WorkerHelper to support TypeScript worker entries via tsx loader

@LLEGIT LLEGIT requested a review from padupuy June 12, 2026 08:03
@LLEGIT LLEGIT force-pushed the evol/NO-ISSUE/migrate-express-to-nest-js-backend-services branch from d56ff66 to 6dc9688 Compare June 12, 2026 14:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants