viniciuscm97 / users-control

Project of a user CRUD, using NestJS, MongoDB, UnitTests, NodejS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Description

Project of a user CRUD, using NestJS, MongoDB, UnitTests, NodejS

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

Project of a user CRUD, using NestJS, MongoDB, UnitTests, NodejS


Languages

Language:TypeScript 92.4%Language:JavaScript 7.6%