/mongoDB_Crud

Setup for CRUD operations and Authentication using MongoDB

Primary LanguageJavaScript

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