https://github.com/shubhcs01/mongodb_crud
Setup for CRUD operations and Authentication using MongoDB
https://github.com/shubhcs01/mongodb_crud
authentication bcrypt crud-sample database emailvalidator expressjs hashing hooks middlewares mongodb mongodb-atlas mongoose nodejs nosql template-project
Last synced: about 2 months ago
JSON representation
Setup for CRUD operations and Authentication using MongoDB
- Host: GitHub
- URL: https://github.com/shubhcs01/mongodb_crud
- Owner: Shubhcs01
- Created: 2022-07-16T03:06:51.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-07-18T08:32:35.000Z (almost 4 years ago)
- Last Synced: 2026-01-03T14:24:36.451Z (5 months ago)
- Topics: authentication, bcrypt, crud-sample, database, emailvalidator, expressjs, hashing, hooks, middlewares, mongodb, mongodb-atlas, mongoose, nodejs, nosql, template-project
- Language: JavaScript
- Homepage:
- Size: 36.1 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# MongoDB CRUD
Setup for CRUD operations and Authentication using MongoDB
## Code includes :
- MongDB Setup
- Define Schema
- Create User
- Read/Get Users
- Update User
- Delete User
- Set Cookies to browser
- Get cookies from browser
- Hooks and Middleware basics
- Hashing Passwords using bcrypt
- Validating e-mail using email-validator