Add simple sample and usage with MongoDB
This commit is contained in:
parent
9d30467d90
commit
ddeacadac2
3 changed files with 387 additions and 53 deletions
11
package.json
11
package.json
|
@ -4,26 +4,21 @@
|
|||
"description": "Node.js sample app for OpenShift 3",
|
||||
"main": "server.js",
|
||||
"dependencies": {
|
||||
"express": "*"
|
||||
},
|
||||
"devDependencies": {
|
||||
"nodemon": "*"
|
||||
"express": "*",
|
||||
"mongodb": "*",
|
||||
"ejs": "*"
|
||||
},
|
||||
"engine": {
|
||||
"node": "*",
|
||||
"npm": "*"
|
||||
},
|
||||
"scripts": {
|
||||
"dev": "nodemon --ignore node_modules/ server.js",
|
||||
"start": "node server.js"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "http://github.com/openshift/nodejs-ex.git"
|
||||
},
|
||||
"keywords": [
|
||||
"Echo"
|
||||
],
|
||||
"author": "Steve Speicher <sspeiche@gmail.com>",
|
||||
"license": "",
|
||||
"bugs": {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue