Description

Nest framework TypeScript starter repository.

Installation

$ npm install

Running the app

Set database envirement

# run migration
$ npm run db:run

# development
$ npm run start

# watch mode
$ npm run start:dev

# production mode
$ npm run start:prod