Q:

json server npm

json-server --watch db.json
3
json-server --watch db.json
0
npm install -g json-server
0
{
  "posts": [
    { "id": 1, "title": "json-server", "author": "typicode" }
  ],
  "comments": [
    { "id": 1, "body": "some comment", "postId": 1 }
  ],
  "profile": { "name": "typicode" }
}
3

New to Communities?

Join the community