caiobarilli / NestAuth

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Nest Logo

NestJS Authentication Application with JWT

app host port
nestjs localhost 5000
postgress localhost 5432
adminer localhost 8080

Pré-requisitos

Para começar, certifique-se de ter o Docker, Docker Compose, Node.js e o NPM instalados.

Download

Faça o download do projeto com o comando:

git clone git@github.com:caiobarilli/NestAuth.git

Postgres

Crie um arquivo .env com base no .env.example:

cp .env.example .env

Suba o postgres com o comando:

sh ./postgres up

NestJS

yarn start:dev

About


Languages

Language:TypeScript 92.6%Language:Handlebars 3.8%Language:JavaScript 1.9%Language:CSS 1.0%Language:Shell 0.7%