/todo-app

A node.js To-Do list application from the Net Ninja node.js tutorials

Primary LanguageJavaScript

Requirements

A file under `private/mongo_credentials.js` with the URL to the mongodb database: ``` module.exports.url = 'mongodb://localhost/myapp' ```