/authenticationToken

The project in question sought to put into practice studies regarding the use of jsonwebtoken, bcrypt and the Prisma ORM. In this sense, an example of user creation and login was used in order to apply the previously mentioned studies in practice.

Primary LanguageJavaScript

My first NoSQL CRUD

The project in question sought to put into practice studies regarding the use of jsonwebtoken, bcrypt and the Prisma ORM. In this sense, an example of user creation and login was used in order to apply the previously mentioned studies in practice.

Overview

The challenge

  • Create a user creation and login API with JWT authentication and database query from the Prisma ORM.

Process

Built with

  • Node.js
  • Express
  • postgreSQL
  • jwt(jsonwebtoken)
  • bcrypt
  • Prisma