Commonly Used Commands
Popular Node Modules
- Express (Make server using node.js)
- nodemon (Auto reload local server)
- request (Access APIs)
- EJS (Embeded JS Templating)
- lodash (Provides functions to work with JS)
- Mongoose (MongoDB ODM)
- Dotenv (Save Secret data like API and Encryption Keys)
- Bcrypt (Used to Salt and Hash passwords)
- validator (Add custom validation to Mongoose)
- express-validator (Middleware for validator package to add validation to form data)
- fs (File System - Inbuild Module)
Creating Modules