/nest-scalable-app

First steps in nestjs. Project builded on TypeScript, Nestjs, Nodejs, PostgreSql. Rest api with auth, validation, roles and so on.

Primary LanguageTypeScript

Description

Set up your database in .env configs.

Installation

$ npm install

Installation by Docker-compose

$ docker-compose up

Running the app

# development
$ npm run start

# watch mode
$ npm run start:dev

# production mode
$ npm run start:prod

Test(Not supported yet)

# unit tests
$ npm run test

# e2e tests
$ npm run test:e2e

# test coverage
$ npm run test:cov