delacruz97 / crud-authentication-jwtaccesstoken-validcode

CRUD, autenticación con jwt y validacion por correo con código de acceso

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Nest Logo

A progressive Node.js framework for building efficient and scalable server-side applications.

NPM Version Package License NPM Downloads CircleCI Coverage Discord Backers on Open Collective Sponsors on Open Collective Support us

Description

Nest framework TypeScript starter repository.

Installation

$ npm install

Running the app

# development
$ npm run start

# watch mode
$ npm run start:dev

# production mode
$ npm run start:prod

Test1

# unit tests
$ npm run test

# e2e tests
$ npm run test:e2e

# test coverage
$ npm run test:cov

Archivo .dev.env

API_KEY=

DB_CONNECTION=mongodb
DB_USERNAME=codigofacil
DB_PASSWORD=
HOST_NAME=127.0.0.1
DATABASE_NAME=codigofacil
DATABASE_PORT=27017
PARAMS=readPreference=primary&appname=MongoDB%20Compass&directConnection=true&ssl=false

REDIS_URL=localhost

OWNER_ACCESS_TOKEN=
OWNER_JWT_SECRET=
OWNER_JWT_SECRET_REFRESH=
OWNER_JWT_EXPIRES_TIME=60s
OWNER_JWT_REFRESH_EXPIRES_TIME=3m

OWNER_SECRET_SESSION=

OWNER_PORT=4000
OWNER_HOST=localhost

CLIENT_HOST_OWNER=http://localhost:3000

SMTP_HOST=smtp.mailtrap.io
SMTP_PORT=2525
SMTP_EMAIL=
SMTP_PASSWORD=
SMTP_FROM_EMAIL=
SMTP_FROM_NAME=Codigo Facil

Support

Nest is an MIT-licensed open source project. It can grow thanks to the sponsors and support by the amazing backers. If you'd like to join them, please read more here.

Stay in touch

License

Nest is MIT licensed.

About

CRUD, autenticación con jwt y validacion por correo con código de acceso

License:MIT License


Languages

Language:TypeScript 100.0%