Skip to content

Instantly share code, notes, and snippets.

@drenther
Last active August 28, 2017 21:01
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 drenther/43dd1c6d0cc3f540c6bc7cf4fc660cfa to your computer and use it in GitHub Desktop.
Save drenther/43dd1c6d0cc3f540c6bc7cf4fc660cfa to your computer and use it in GitHub Desktop.
demo db
{
"products" : [
{
"id" : 1,
"name" : "Crib One",
"desc" : "Cribs of the first kind. It's like a heavenly cloud to make your babies sleep sound.",
"price" : 45.99,
"thumbnail": "./assets/crib1.jpg",
"images": ["./assets/crib2.jpg", "./assets/crib3.jpg", "./assets/crib4.jpg", "./assets/crib5.jpg"]
},
{
"id" : 2,
"name" : "Crib Two",
"desc" : "Cribs of the first kind. It's like a heavenly cloud to make your babies sleep sound.",
"price" : 58.99,
"thumbnail": "./assets/crib2.jpg",
"images": ["./assets/crib3.jpg", "./assets/crib4.jpg", "./assets/crib5.jpg", "./assets/crib6.jpg"]
},
{
"id" : 3,
"name" : "Crib Three",
"desc" : "Cribs of the first kind. It's like a heavenly cloud to make your babies sleep sound.",
"price" : 49.99,
"thumbnail": "./assets/crib3.jpg",
"images": ["./assets/crib4.jpg", "./assets/crib5.jpg", "./assets/crib6.jpg", "./assets/crib1.jpg"]
},
{
"id" : 4,
"name" : "Crib Four",
"desc" : "Cribs of the first kind. It's like a heavenly cloud to make your babies sleep sound.",
"price" : 55.99,
"thumbnail": "./assets/crib4.jpg",
"images": ["./assets/crib5.jpg", "./assets/crib6.jpg", "./assets/crib1.jpg", "./assets/crib2.jpg"]
},
{
"id" : 5,
"name" : "Crib Five",
"desc" : "Cribs of the first kind. It's like a heavenly cloud to make your babies sleep sound.",
"price" : 50.99,
"thumbnail": "./assets/crib5.jpg",
"images": ["./assets/crib6.jpg", "./assets/crib1.jpg", "./assets/crib2.jpg", "./assets/crib3.jpg"]
},
{
"id" : 6,
"name" : "Crib Six",
"desc" : "Cribs of the first kind. It's like a heavenly cloud to make your babies sleep sound.",
"price" : 62.99,
"thumbnail": "./assets/crib6.jpg",
"images": ["./assets/crib1.jpg", "./assets/crib2.jpg", "./assets/crib3.jpg", "./assets/crib4.jpg"]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment