A simple node.js todo app using mongoDB
=== To run this app ===
- Install node.js from official website (node.js) and MongoDB from www.mongodb.com.
- After installation open your terminal in project directory.
- Install all dependencies by run this commond :
npm install
. - After installation run node server by
node server.js
command. - Now server runs at http://localhost:3000