Initialize the New Project To initialize the new project you just need to create a new folder "News App" and open folder in visual studio code or any other IDE and run the below code in command line
npm init
#Install Dependencies These are the Dependencies we need to install for our project.
express,ejs,body-parser,axios