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
用户评论