/company-test

This repo is for a test in a company.

Primary LanguageTypeScript

Nest Logo

Description

This is a test for a company.

Running with Docker compose

$ docker-compose up -d

Deleting and stopping the containers

$ docker-compose down

Installation

$ npm install

Running the app

# development
$ npm run start

# watch mode
$ npm run start:dev

# production mode
$ npm run start:prod

Test

# unit tests
$ npm run test

# test coverage
$ npm run test:cov