Skip to content

Latest commit

 

History

History
executable file
·
46 lines (32 loc) · 588 Bytes

File metadata and controls

executable file
·
46 lines (32 loc) · 588 Bytes

Nest Logo

Descripción

Servicio de pagos con luka UPEA

Project setup

$ yarn install

Configure env

cp .env.copy .env

# Edit .env

Compile and run the project

# development
$ yarn run start

# watch mode
$ yarn run start:dev

# production mode
$ yarn run start:prod

Run tests

# unit tests
$ yarn run test

# e2e tests
$ yarn run test:e2e

# test coverage
$ yarn run test:cov