-
创建RESTAPI工具JSONServer.zip下载
资源介绍
JSON Server 用来创建 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" }
}启动serverjson-server --watch db.json
标签:JSONServer
- 上一篇: Api-server.zip
- 下一篇: flutter-chat-backend:扑通聊天