todo api:在Node.js中为TODO应用程序设计的REST API 源码
TODO App-REST API文档 RESTful API在Node.js中设计,用于一个非常简单的TODO应用程序。 指数 要求 :确保在credentials/mongo.js配置了自己的本地或远程MongoDB数据库URI 安装 克隆存储库: git clone git@github.com:toslimarif/todo-api.git 安装应用程序: npm install 将您自己的MongoDB URI放在credentials/mongo.js 启动服务器: node server.js或node . 打开PostMan并向http://localhost:30
文件列表
todo-api-master.zip
(预估有个10文件)
todo-api-master
models
todo.js
913B
package.json
725B
credentials
mongo.js
131B
server.js
1KB
routes
todo.js
451B
package-lock.json
21KB
暂无评论