Skip to content

Instantly share code, notes, and snippets.

@geiltonxavier
Last active May 30, 2017 11:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save geiltonxavier/ea76e5c5dd75fc48b2bbaeb99a5b4ab2 to your computer and use it in GitHub Desktop.
Save geiltonxavier/ea76e5c5dd75fc48b2bbaeb99a5b4ab2 to your computer and use it in GitHub Desktop.
db.json for fake api with json-server
{
"people":[
{
"id":0,
"name": "Geilton"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment