/nestjs_MSA

Nest js BackEnd templete

Primary LanguageTypeScript

Nest Logo

Description

Nest framework TypeScript starter repository.

Tool

JavaScript

JavaScript

Nest js

Node.js

GraphQL

PostGres

Docker

Installation

$ npm install

Running the app local

# gateway
$ nest start gateway
# watch mode
$ nest start gateway --watch

# auth
$ nest start auth
# watch mode
$ nest start auth --watch

Test

# unit tests
$ npm run test

# e2e tests
$ npm run test:e2e

# test coverage
$ npm run test:cov