Skip to content

Files

Latest commit

1fb9502 · Apr 23, 2024

History

History
31 lines (21 loc) · 1.23 KB

README.md

File metadata and controls

31 lines (21 loc) · 1.23 KB

NestJS Samples

  • Better ESLint configuration
  • Better Prettier configuration
  • Husky (pre-commit, pre-push)
  • Configuration: custom config directory and files, validation config, common and local configuration.

Based on Custom Config Example. Contains endpoints for Authentication and the custom entity (Companies).

  • JWT Authentication
  • Simple and necessary Swagger definitions
  • Validation and DTOs for requests Params, Bodies and Query strings
  • Examples for REST API Endpoints: POST, POST upload, GET, PUT, PATCH, DELETE
  • In-memory storage (to make the API really work).
  • Unit and E2E tests

Others

History

In order to check the difference with new versions.