Skip to content

Instantly share code, notes, and snippets.

@nbouherrou
Last active August 29, 2015 14:17
Show Gist options
  • Save nbouherrou/8830d4e1cd69cc10cdc0 to your computer and use it in GitHub Desktop.
Save nbouherrou/8830d4e1cd69cc10cdc0 to your computer and use it in GitHub Desktop.
{
"_id": 23333455,
"title": "TIRE DE LA RECETTE",
"description": "DESCRIPTION DESCRIPTION DESCRIPTION",
"duree": "40 MIN",
"portions": 4,
"categorie" : "Plat",
"stared": ["ahmed-bacha", "nbouherrou"],
"visites" : 44,
"ingredients": [
{
"nom": "NAME",
"quantite": 200,
"unite" : "Gramme"
},
{
"nom": "NAME",
"quantite": 5,
"unite" : "Unit"
}
],
"image" : "base64"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment