Skip to content

Latest commit

 

History

History
41 lines (28 loc) · 573 Bytes

File metadata and controls

41 lines (28 loc) · 573 Bytes

Nest Logo

Description

Application developed with Nest, GraphQL, MongoDB e AWS Lambda

Installation

$ yarn global add serverless

$ yarn install

Running the app

# serveless mode
$ yarn start:sls

# development 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