Learn MVC with a simple project using Node, Express, MongoDB - < For those who have just started to learn MVC >
Create a github repo with a README.
Clone the repo on your local machine.
Open the project in VS-CODE.
In the terminal, type npm-init to create the package.json file.
Install dependencies -
npm i express --save
npm i mongoose --save
npm i dotenv –sav...