Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/akashd7892/crud_api_rudra_innvo
- Owner: akashD7892
- Created: 2023-09-21T11:11:05.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-05T11:31:40.000Z (about 1 year ago)
- Last Synced: 2023-10-05T13:55:18.601Z (about 1 year ago)
- Topics: cors, ejs-templates, expressjs, jwt, mongodb-atlas, mongoose, nodejs
- Language: JavaScript
- Homepage:
- Size: 21.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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