JSON Serverとは? REST APIのモック。 コーディング無しで30秒もかからずに作れます(マジで) Get a full fake REST API with zero coding in less than 30 seconds (seriously) インストールから起動まで Node.jsが導入されていることが前提です。 起動までならたった3ステップ。 1. json-serverのインストール npm install -g json-server 2. db.jsonの作成 用意したディレクトリへ、db.jsonファイルを作成。 { "posts": [ { "id": 1, "title": "json-server", "author": "typicode" } ], "comments": [ { "id": 1, "body": "some comment"