alvinnyen / nestDemo

some node application demo based on Nest

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

mynest

An original project build by nest-cli

serve-data

A complete backend application, contains the following functions:

  • using Swagger for API documents
  • using Common Config Module and manage config in .env style
  • a basic user/roles system based on JWT
  • a ES module, and provide async register methods.
  • pm2 config to guard process
  • custom logger
  • monitoring check function module
  • custom guards for role management
  • custom interceptors for logging, timeout and transform response format
  • custom pipe for validate request params
  • custom exceptions for return a specific format for front-end interaction
  • custom decorator for role manage in controller layer as decorator style

About

some node application demo based on Nest


Languages

Language:TypeScript 98.2%Language:JavaScript 1.6%Language:Shell 0.1%