Proyecto armando con el fin de tener una plantilla en nestjs en proceso de construccion
$ npm install
# development
$ npm run start
# watch mode
$ npm run start:dev
# production mode
$ npm run start:prod
# unit tests
$ npm run test
# e2e tests
$ npm run test:e2e
# test coverage
$ npm run test:cov
# unit tests
# e2e tests
# test coverage
DB_HOST=dbhost
DB_PORT=port
DB_USER=dbUser
DB_PASSWORD=PaswordUser
DB_NAME=dbName
SWAGGER_SITE_TITLE =API Documentacion Nestjs
SWAGGER_DOC_TITLE =API swagger
SWAGGER_DOC_DESCRIPTION =swagger document
SWAGGER_DOC_VERSION =1.0
JWT_SECRET=''
port = 3000