Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/balakrishnan-10/nodejs-5-password-reset-flow
Password Reset Flow Task using Nodemailer
https://github.com/balakrishnan-10/nodejs-5-password-reset-flow
bcryptjs cors dotenv expressjs jsonwebtoken mongodb-atlas mongoose nodemailer nodemon postman vscode
Last synced: about 1 month ago
JSON representation
Password Reset Flow Task using Nodemailer
- Host: GitHub
- URL: https://github.com/balakrishnan-10/nodejs-5-password-reset-flow
- Owner: Balakrishnan-10
- Created: 2024-11-13T05:36:53.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2024-11-13T06:37:12.000Z (about 1 month ago)
- Last Synced: 2024-11-13T07:17:32.619Z (about 1 month ago)
- Topics: bcryptjs, cors, dotenv, expressjs, jsonwebtoken, mongodb-atlas, mongoose, nodemailer, nodemon, postman, vscode
- Language: JavaScript
- Homepage: https://nodejs-5-password-reset-flow-2.onrender.com
- Size: 21.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
# Backend : Password Reset Flow
## Base URL : https://nodejs-5-password-reset-flow-2.onrender.com/
## API Documentation Link : https://documenter.getpostman.com/view/34153837/2sAY547yo8
## Installing Packages:
* npm i express
* npm i nodemon
* npm i mongoose
* npm i cors
* npm i nodemailer
* npm i bcryptjs
* npm i jsonwebtoken
* npm i dotenv## Command & Port Number :
* Running command - **npm run dev**
* Running Port Number - **5000**