A simple to-do list. You can add or delete tasks from your list. Built on Node.js with the help of MongoDB and EJS. If you decide to pull this repositry to check it out on your machine, make sure to:
- Have node installed.
- Have MongoDB installed and have created a /data/db folders in your home directory.
- npm install all the dependencies.
- Run app.js in node and start up MongoDB.