snehil-01 / todo-app

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Requirements

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

About

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


Languages

Language:JavaScript 55.8%Language:CSS 24.7%Language:HTML 19.4%