1. 首页
  2. 编程语言
  3. 其他
  4. 创建RESTAPI工具JSONServer.zip

创建RESTAPI工具JSONServer.zip

上传者: 2020-05-05 02:34:28上传 ZIP文件 157.9KB 热度 19次
JSONServer用来创建RestApi,使用非常的方便。安装安装之前,需要已经安装好NodeJs.$ sudo npm install -g json-server基本使用新建一个db.json文件写入一段json,如:{  "posts": [  { "id": 1, "title": "json-server", "author": "typicode" }  ],  "comments": [  { "id": 1, "body": "some comment", "postId": 1 }  ],  "profile": { "name": "typicode" } }启动s
用户评论