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