Notable_express_node

Create a config folder and add db.js

in db.js add the url to your mlab db named 'notable' module.exports = { url: "mongodb://username:password@mlabID.mlab.com:17070/notable" }

Run npm install