Skip to content

Backend en nest.js, plataforma dígital de electrónica avanzada.

Notifications You must be signed in to change notification settings

gitestebanalayon/electronica

Repository files navigation

Description

Proyecto armando con el fin de tener una plantilla en nestjs en proceso de construccion

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

Env Example

# 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

About

Backend en nest.js, plataforma dígital de electrónica avanzada.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published