Node.js is a platform on which we run programs in the JavaScript language.
In addition to writing programs (to be Controller), we also need a back end data persistence layer called “The Model”. We will use MONGO database to do this.
Now download the Mongo Database install
This will provide the data storage for our Node.js Programs:
Go to https://www.mongodb.com/try/download/community
Download the latest Community Edition.