Generates production-ready Express.js REST API route handlers from natural language descriptions, including Zod input validation middleware, centralized error handling, and integration tests using Supertest. Produces fully typed TypeScript code following RESTful conventions and Express best practice
Generates production-ready Express.js REST API route handlers from natural language descriptions, including Zod input validation middleware, centralized error handling, and integration tests using Supertest. Produces fully typed TypeScript code following RESTful conventions and Express best practices. Activates when the user requests creation of a new REST API endpoint, route, or controller.