Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rameshseerangan/forgot-password-app-backend
Forgot password authentication
https://github.com/rameshseerangan/forgot-password-app-backend
bcrypt expressjs jwt mongodb mongoose nodejs nodemailer
Last synced: 6 days ago
JSON representation
Forgot password authentication
- Host: GitHub
- URL: https://github.com/rameshseerangan/forgot-password-app-backend
- Owner: Rameshseerangan
- Created: 2024-11-09T06:50:41.000Z (10 days ago)
- Default Branch: main
- Last Pushed: 2024-11-09T07:20:09.000Z (10 days ago)
- Last Synced: 2024-11-09T08:21:15.157Z (10 days ago)
- Topics: bcrypt, expressjs, jwt, mongodb, mongoose, nodejs, nodemailer
- Language: JavaScript
- Homepage: https://forgot-password-app-backend.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
# 📦 Authentication & User Management Backend
This is a Node.js, Express, and MongoDB-based backend application for handling user authentication, including registration, login, password reset, and secure JWT token-based authentication.
## 🌐 Postman Documentation
For detailed API usage and testing, check the Postman documentation:
[View Documentation](https://documenter.getpostman.com/view/39168739/2sAY52bK7m)## 🛠️ Tech Stack
- Node.js
- Express.js
- MongoDB with Mongoose
- JSON Web Tokens (JWT)
- Bcrypt for password hashing
- Nodemailer for sending emails## 🚀 Getting Started
### Prerequisites
Make sure you have the following installed:
- [Node.js](https://nodejs.org/)
- [MongoDB](https://www.mongodb.com/)