Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/akashd7892/crud_api_rudra_innvo

CRUD_API
https://github.com/akashd7892/crud_api_rudra_innvo

cors ejs-templates expressjs jwt mongodb-atlas mongoose nodejs

Last synced: about 22 hours ago
JSON representation

CRUD_API

Awesome Lists containing this project

README

        

# CRUD_API_rudra_innvo

## API to register, login, update-password, delete-password, edit-password
## Database - MongoDB Atlas

## 1. To Register User
## http://127.0.0.1:5000/register

## JSON { name: email: password }

## 2. To login
## http://127.0.0.1:5000/login

## JSON { email: password: }

## 3. To forget password
## go to chrome : http://127.0.0.1:5000/forget-password

## Enter details and proceed

## 4. To update password
## http://127.0.0.1:5000/change-password

## JSON { email: new password: }

## 5 Delete the user account
## http://127.0.0.1:5000/delete/id

# you will get your id when you register that user id you can use