Aspect-oriented interceptors for logging and request timing. Registers custom interceptors with setupInterceptorsForExpress() and applies them with @UseInterceptors().
npm install
cp .env.example .env
npm run devOpen http://localhost:3000/api/demo and watch the server logs for request/response lines from LoggingInterceptor.
npm test| Example | Topic |
|---|---|
| 01-starter-api | Application lifecycle and controllers |
| 08-events | Cross-cutting event handlers |