Taking Nest for a spin!
- global prefix /api
- health check endpoint
- validation
- body
- header
- query params
- custom response format
- typeorm
- tests
- documentation
- wrap all responses with { data: [...] }
- https://docs.nestjs.com/
- https://docs.nestjs.com/faq/global-prefix
- https://docs.nestjs.com/controllers
- For quickly creating a CRUD controller with the validation built-in, you may use the CLI's CRUD generator: nest g resource [name].
- https://docs.nestjs.com/recipes/sql-typeorm
- https://docs.nestjs.com/openapi/introduction
- Testing