erodrigues-dev / tdd-authentication-api

TDD learning: api with jwt authentication routes

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TDD Learning (use jest)

Api with jwt authentication

Api

GET /dashboard

POST /session { email, password }

Techs

  • nodejs
  • express
  • sequelize
  • sqlite
  • postgres
  • jest
  • supertest
  • dotenv
  • jwt
  • bcrypt

About

TDD learning: api with jwt authentication routes


Languages

Language:JavaScript 98.6%Language:Shell 1.4%