“JSON-SERVER” Kod odpowiedzi

JSON-SERVER

json-server --watch db.json
Disgusted Dragonfly

JSON-SERVER

npm install -g json-server
Disgusted Dragonfly

JSON-SERVER

#Install JSON Server
npm install -g json-server

#Start JSON Server
json-server --watch db.json
EeroVäkiparta

serwer JSON

{
  "posts": [
    { "id": 1, "title": "json-server", "author": "typicode" }
  ],
  "comments": [
    { "id": 1, "body": "some comment", "postId": 1 }
  ],
  "profile": { "name": "typicode" }
}
Disgusted Dragonfly

Przeglądaj popularne odpowiedzi na kod według języka

Przeglądaj inne języki kodu