Skip to content

Instantly share code, notes, and snippets.

@trayburn
Created September 8, 2016 21:16
Show Gist options
  • Save trayburn/b1dea7e041dec185914aca6a1e7bb837 to your computer and use it in GitHub Desktop.
Save trayburn/b1dea7e041dec185914aca6a1e7bb837 to your computer and use it in GitHub Desktop.
Node, Express & MongoDB for DDNUG
// Presented by Tim Rayburn
// VP of Consulting for Improving
// http://improving.com
// tim.rayburn@improving.com
console.log('Started');
{
"name": "nem-demo",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment