follow the online tutorial of Node.js provided by Net Ninja
aimed to build a text-based blog powered by Node.js and MongoDB
FIY: There's no need to include the node_modules in the repository(which is created when calling the function require for lodash) packaages are listed in "package.json" already. Only need to call "npm install" then the property dependecies would be found and install all of different dependencies listed right in the "package.json"