node rest api mongo:REST API nodejs和Mongodb的示例代码 源码
教程链接 克隆代码 git clone https://github.com/hatembentayeb/node-rest-api-mongo.git cd node-rest-api-mongo 安装依赖 npm install 运行一个mongo实例 docker run -p 27017:27017 --name mymongo -d mongo:latest 修改.env文件 PORT=3000 MONGODB_URI=mongodb://172.17.0.3:27017 DB_NAME=hatem 运行应用 npm start 插入资料 curl -X POST -H "
文件列表
node-rest-api-mongo-master.zip
(预估有个12文件)
node-rest-api-mongo-master
Models
Product.model.js
299B
package.json
400B
Controllers
Product.Controller.js
2KB
initDB.js
958B
Dockerfile
202B
Routes
Product.route.js
442B
暂无评论