Learn step by step about completing CRUD application with Node, Express and MongoDB.
npm install
npm startassets: used to add CSS, JavaScript or Images
node_modules: contains installed dependencies for project
server: including files for inputing data and how to deal with it, connencting database, routes and services between pages
views: layout of the pages
config.env: environment variables
package: first step in node project and including important dependencies
package-lock: created for locking the dependency with the installed version
server.js: open a file on the server


