Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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