SanjeebJena / ToDoList

simple ToDo list using node.js and MongoDB

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Requirements:
============

To add/list/remove ToDo notes  


Routes:
=======

list

lists the to do note entries and presents user with form for input of todo entry

add 

adds the entry to the db

remove

removes a specific entry from the db

About

simple ToDo list using node.js and MongoDB