|
1 | | -# CRUD RESTful API Node.js, TypeScript, Prisma, PostgreSQL |
| 1 | +# API with Node.js, Prisma & PostgreSQL: Forget/Reset Password |
2 | 2 |
|
3 | | -### 1. API Node.js, TypeScript, Prisma, PostgreSQL: Project Setup |
| 3 | + |
4 | 4 |
|
5 | | -[API Node.js, TypeScript, Prisma, PostgreSQL: Project Setup](https://codevoweb.com/api-node-typescript-prisma-postgresql-project-setup) |
| 5 | +In this article, you'll learn how to implement forget/reset passwords with Node.js, Prisma, PostgreSQL, Nodemailer, Redis, Docker-compose, and Pug. Also, you will learn how to dynamically generate HTML Email templates with Pug and send them via SMTP to the user's Email inbox. |
| 6 | + |
| 7 | +## Topics Covered |
| 8 | + |
| 9 | +- Forget/Reset Password Flow in Node.js |
| 10 | +- Update the Prisma User Model |
| 11 | +- Run the Prisma Migration Command to Update the Database |
| 12 | +- Update the Zod User Schema |
| 13 | +- Create Services to Query and Mutate the Database |
| 14 | +- Create a Utility Class to Send Emails |
| 15 | +- Create Controllers |
| 16 | + - Forgot Password Controller |
| 17 | + - Create the Password Reset Controller |
| 18 | +- Add the Routes to the Middleware Pipeline |
| 19 | + |
| 20 | +Read the entire article here: [https://codevoweb.com/crud-api-node-prisma-postgresql-reset-password](https://codevoweb.com/crud-api-node-prisma-postgresql-reset-password) |
| 21 | + |
| 22 | +Articles in this series: |
| 23 | + |
| 24 | +### 1. Setup Node.js API with Prisma, TypeScript, and PostgreSQL |
| 25 | + |
| 26 | +[Setup Node.js API with Prisma, TypeScript, and PostgreSQL](https://codevoweb.com/api-node-typescript-prisma-postgresql-project-setup) |
6 | 27 |
|
7 | 28 | ### 2. Node.js + Prisma + PostgreSQL: Access & Refresh Tokens |
8 | 29 |
|
|
0 commit comments