Skip to content

Instantly share code, notes, and snippets.

@aofleejay
Created July 29, 2017 08:09
Show Gist options
  • Save aofleejay/c622d088b78df9b6a33524b5541579bd to your computer and use it in GitHub Desktop.
Save aofleejay/c622d088b78df9b6a33524b5541579bd to your computer and use it in GitHub Desktop.
Fake database for simple express project
[
{
"id": "1",
"name": "Game of thrones"
},
{
"id": "2",
"name": "Clash of kings"
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment