NestJS Authentication: Prisma ORM, Postgres, Bcrypt. Part 3

Описание к видео NestJS Authentication: Prisma ORM, Postgres, Bcrypt. Part 3

Hope you enjoy this video on NestJS Authentication and our integration with Postgres database with Prisma ORM.
-------Github Repository-------
https://github.com/JoaoptGaino/auth-ytb
Commands I used
-------Prisma related-------
yarn add prisma -D
yarn prisma && yarn prisma init
yarn add @prisma/client

-------Bcrypt related-------
yarn add bcrypt && yarn add @types/bcrypt -D

Комментарии

Информация по комментариям в разработке