ArtuGit / NestJS-Samples

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NestJS Samples

Nest8 Clean

In order to check the difference with new versions.

Custom Config Example

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

Rest API Swagger

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

About


Languages

Language:TypeScript 92.6%Language:JavaScript 5.7%Language:Shell 1.7%