A progressive Node.js framework for building efficient and scalable server-side applications.
Projeto de um sistema de Autenticação utilizando as tecnologias: NestJs, TypeORM e PostgreSQL
$ npm install# development
$ npm run start
# watch mode
$ npm run start:dev
# production mode
$ npm run start:prodAPP_PORT=
DB_HOST=""
DB_PORT=""
DB_USERNAME=""
DB_PASSWORD=""
DB_DATABASE=""
JWT_SECRET=""
SALT_ROUNDS=
EXPIRES_IN =