A todo list website is a good practice to learn a programing language or a framework. It shows you how to create, read, update and delete records. In this post we are going to use Express as our application framework and MongoDB as our data store. **UPDATE** The latest Express 4.x is a little different from 3.x used in the article. I updated the example code on Github. Please take a look and compa
