Como iniciar o JSON Server
json-server --watch db.json
Yucky Yak
json-server --watch db.json
[
{
"id": 1,
"title": "json-server",
"author": "typicode"
}
]