Nest Test

Description

Nest test for application to job

Installation

  • Clone .env.example file and replace name for .env

  • Change .env environments variables.

  • Run scripts:

$ yarn # install dependencies
$ docker-compoe up -d # create up database

Running the app

# development
$ yarn start

# watch mode
$ yarn start:dev

# production mode
$ yarn start:prod