1.Libraries
- body-parser
- ejs
- express
- lodash
- mongoose
-
open the terminal and run
git clone https://github.com/impruthvi/toDoList.git
or directly download the zip -
Run in terminal
npm install body-parser ejs express lodash mongoose
-
Run in terminal
npm init
- Run
mongod
- Run in terminal
node app.js
- Open in Browser
http://localhost:3000/
Live Demo : https://polar-journey-06081.herokuapp.com/