Tag: todo

Write a todo list with Express and MongoDB

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 … Continue reading