/nest-cleaner-crud-routes

(code example) for article: "Nestjs cleaner routes" published on medium

Primary LanguageTypeScript

Example: cleaner insert and update with Nest

Installation

$ npm install

Running the app

# development
$ npm run start

# watch mode
$ npm run start:dev

# production mode
$ npm run start:prod