pearldragon/route icon
public
Published on 6/19/2025
New Express Route

Prompts
New route
Create a new express route
Please create a new expressjs route following these guidelines:
- Use REST style semantics
- Include JSDoc comments for each verb
- Implement proper lifecycle hooks
- Follow model/route/view pattern where appropriate
- Include unit tests with Jasmine/Karma in a separate test file
- Make sure to create separate files for any services, pipes, modules, and directives