Fremen1990 / MegaK-NestJS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Nest Logo


Nest Logo

Description

This is repository with MegaK NestJS course, each branch represents separated day/module of the course.

Postman collection:

Postman testing collection with defined variables and endpoints in the file: Postman Collection

Here is visiual instruction how to import Postman collsection to your local postamna:

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

# e2e tests
$ npm run test:e2e

# test coverage
$ npm run test:cov

About


Languages

Language:TypeScript 98.5%Language:JavaScript 1.5%