Skip to content

mateus2001ferreira/Auth-Roles

Repository files navigation

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

Projeto de um sistema de Autenticação utilizando as tecnologias: NestJs, TypeORM e PostgreSQL

Installation

$ npm install

Running the app

# development
$ npm run start

# watch mode
$ npm run start:dev

# production mode
$ npm run start:prod

.ENV

APP_PORT=

DB_HOST=""
DB_PORT=""
DB_USERNAME=""
DB_PASSWORD=""
DB_DATABASE=""

JWT_SECRET=""
SALT_ROUNDS=
EXPIRES_IN =

About

Sistema de autenticação e permissões utilizando Nestjs, TypeORM e PostgreSQL

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors