Steps to Execute the Project: 1.initialize project- npm init -y 2. Install ejs express nodemon if not already installed. by command npm install ejs express nodemon 3. Open a terminal in the folder's location. 4. Run `node app.js` to start the server. 5. Open `http://localhost:3000` in your browser.