Skip to content

Latest commit

 

History

History
71 lines (55 loc) · 2.01 KB

README.md

File metadata and controls

71 lines (55 loc) · 2.01 KB

Tema Track - Cadastro de membros de Time

Nest Logo

contributors last update forks stars

      prisma_logo

Description

É uma API desenvolvida utilizando o framework NestJS, juntamente com o Prisma ORM e PostgreSQL para oferecer o cadastro de membros de equipes

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
```.