Skip to content

Shubhcs01/mongoDB_Crud

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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