Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 497 Bytes

README.md

File metadata and controls

10 lines (9 loc) · 497 Bytes

todo-app

A simple node.js todo app using mongoDB

=== To run this app ===

  1. Install node.js from official website (node.js) and MongoDB from www.mongodb.com.
  2. After installation open your terminal in project directory.
  3. Install all dependencies by run this commond : npm install.
  4. After installation run node server by node server.js command.
  5. Now server runs at http://localhost:3000