安装 安装node.js 安装mongodb 进入项目根目录执行npm install 安装依赖包 运行 启动mongodb: mongod 进入项目目录下的api目录执行: node index.js 进入项目根目录执行: gulp