Created
September 8, 2016 21:16
-
-
Save trayburn/b1dea7e041dec185914aca6a1e7bb837 to your computer and use it in GitHub Desktop.
Node, Express & MongoDB for DDNUG
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Presented by Tim Rayburn | |
// VP of Consulting for Improving | |
// http://improving.com | |
// [email protected] | |
console.log('Started'); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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