Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit39dbf6c

Browse files
authored
Update readMe.md
1 parent861ae1c commit39dbf6c

File tree

1 file changed

+20
-1
lines changed

1 file changed

+20
-1
lines changed

‎readMe.md

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,23 @@
1-
#CRUD RESTful API with Golang + MongoDB + Redis + Gin Gonic
1+
#API with Golang, Gin Gonic & MongoDB: Forget/Reset Password
2+
3+
In this article, you'll learn how to implement forget/reset password functionality with Golang, Gin Gonic, Gomail, MongoDB-Go-driver, Redis, and Docker-compose.
4+
5+
![API with Golang, Gin Gonic & MongoDB: Forget/Reset Password](https://codevoweb.com/wp-content/uploads/2022/05/API-with-Golang-Gin-Gonic-MongoDB-Forget-Reset-Password.webp)
6+
7+
##Topics Covered
8+
9+
- Forget/Reset Password with Golang, Gin, and MongoDB
10+
- Create the MongoDB Model Structs
11+
- Create the HTML Email Templates with Golang
12+
- Define a Utility Function to Parse the HTML Templates
13+
- Create a Function to Send the HTML Emails
14+
- Add the Forgot Password Controller
15+
- Add the Reset Password Controller
16+
- Register the Gin API Routes
17+
18+
Read the entire article here:[https://codevoweb.com/api-golang-gin-gonic-mongodb-forget-reset-password](https://codevoweb.com/api-golang-gin-gonic-mongodb-forget-reset-password)
19+
20+
Articles in this series:
221

322
###1. API with Golang + MongoDB + Redis + Gin Gonic: Project Setup
423

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp