#Todo List Creator Web Site It is a Web Application to Create Todo List. Note : This is just a Demo Web Application for Learning Purpose.
To run the Server type, go to directory of this Web Application where app.js is present and then through terminal/command Prompt type : #forever -w app.js or alternatively, #nodemon app.js
Operations :
- Create Todo
- Delete Todo
- Get/View Todo
Modules Used :
- Express
- Mongoose
- Page
- EJS View engine
- Body-Parser
- Nodemon or For Mac I've used Forever
Frameworks Used :
- Nodejs
- NPM
Database Used :
- MongoDB (NoSQL Database)
Web Application's database is hosted on mLabs, so it requires Active Internet Connection for Demo.