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

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

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