To-Do-list Create a to-do list using Express JS and EJS To run the file we use cmd prompt:- step1:- Change the directory location and give the location for a folder which contain these all file step2:- Now using npm install express and body-parser using commnd:- "npm install express body-parser" step3:- Its time to launch the js file and start your server using commnd:- "nodemon filename.js" step4:- here your server start now go to browser and type: Localhost:your server port