MongoDB installation

 


-------------------------------------------------------------------------------------------------------------------------------------------------------------

need node.js

the following info is outdated

npm install hapi

npm install mongodb  ;;

and npm install with this:

{
  "name": "learning_mongodb",
  "version": "1.0.0",
  "description": "Required libraries for the learning_mongodb class",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "git://githubcom/synedra/learning_mongo.git"
  },
  "author": "Kirsten Hunter",
  "license": "ISC",
  "dependencies": {
    "hapi": "^16.1.0",
    "mongodb": "^2.2.22"
  }
}

need python3 and pip

pip install httpie

(test: >>> http http://www.lynda.com)

(test: >>> http https://www.lynda.com)

猜你喜欢

转载自blog.csdn.net/qq_33471057/article/details/92802788
今日推荐