Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hawkpraveen/password_reset_back_end
This repo contains NodeJS Day 3 Task of MERN Stack. Password Reset Flow.
https://github.com/hawkpraveen/password_reset_back_end
bcryptjs cors dotenv nodejs nodemon-express render toastify
Last synced: 3 days ago
JSON representation
This repo contains NodeJS Day 3 Task of MERN Stack. Password Reset Flow.
- Host: GitHub
- URL: https://github.com/hawkpraveen/password_reset_back_end
- Owner: Hawkpraveen
- Created: 2024-06-04T16:06:28.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-06-07T17:17:36.000Z (5 months ago)
- Last Synced: 2024-06-07T18:30:13.849Z (5 months ago)
- Topics: bcryptjs, cors, dotenv, nodejs, nodemon-express, render, toastify
- Language: JavaScript
- Homepage: https://password-reset-back-end-xxzi.onrender.com
- Size: 23.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# NodeJS Day 5 Task - Password Reset Flow
## Introduction
### This API provides endpoints for performing Password Reset Flow.
### To perfrom the operations refer the POSTMAN documentation as reference to end points.
## 🔖Endpoints
## ➡️ Login User
### URL - /api/login-user
### Method - POST## Method - POST
### ➡️ Register User
### URL - /api/register-user## Method - POST
### ➡️ Forgot Password
### URL - /api/forgot-password## Method - POST
### ➡️ Reset Password
### URL - /api/reset-password/:id/:token## Method - PUT
### ➡️ User Details
### URL - /api/user-details/:email## Method - GET
### URL - /api/user-details/:email
###Method - GET### BASE URL : https://password-reset-back-end-xxzi.onrender.com
## POSTMAN DOCUMENTATION : https://documenter.getpostman.com/view/34908360/2sA3QzYTDG