Skip to content

Commit 9676d17

Browse files
authored
Update readMe.md
1 parent 781478f commit 9676d17

File tree

1 file changed

+24
-3
lines changed

1 file changed

+24
-3
lines changed

readMe.md

Lines changed: 24 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,29 @@
1-
# CRUD RESTful API Node.js, TypeScript, Prisma, PostgreSQL
1+
# API with Node.js, Prisma & PostgreSQL: Forget/Reset Password
22

3-
### 1. API Node.js, TypeScript, Prisma, PostgreSQL: Project Setup
3+
![API with Node.js, Prisma & PostgreSQL: Forget/Reset Password](https://codevoweb.com/wp-content/uploads/2022/05/API-with-Node.js-Prisma-PostgreSQL-Forget-Reset-Password.webp)
44

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)
627

728
### 2. Node.js + Prisma + PostgreSQL: Access & Refresh Tokens
829

0 commit comments

Comments
 (0)