vschagas / Jwt-Auth

JWT (JSON Web Token) is an industry standard RCT 7519 method for performing two-party authentication via a signed token that authenticates a web request. This token is a Base64 code that stores JSON objects with the data that allow authentication of the request.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

🔐 Back-end JWT Auth

Preview Projeto


Indice


👨‍💻️ Tecnogias utilizadas

O projeto foi desenvolvido utilizando as seguintes tecnologias:

Banco de Dados

IDE


📦️ Como baixar o projeto

Para copiar o projeto, utilize os comandos:

  # Clonar o repositório
  ❯ git clone git@github.com:vschagas/Jwt-Auth.git

  # Entrar no diretóriocd Jwt-Auth

Para instalar as dependências e iniciar o projeto, você pode utilizar o Yarn ou NPM:

Utilizando yarn

  # Instalar as dependências
  ❯ yarn

Utilizando npm

PS: Caso utilize o NPM, apaque o arquivo yarn.lock para ter todas as dependências instaladas da melhor forma.

  # Instalar as dependências
  ❯ npm install

🚀 Como rodar o projeto

Para criar o container docker do banco postgres

  docker-compose up --build -d

Para rodar o projeto

  npm run dev

About

JWT (JSON Web Token) is an industry standard RCT 7519 method for performing two-party authentication via a signed token that authenticates a web request. This token is a Base64 code that stores JSON objects with the data that allow authentication of the request.


Languages

Language:TypeScript 98.4%Language:Shell 1.6%