Last active
May 14, 2025 04:21
-
-
Save codigoconjuan/673bda78edadcd66a932eaf93a374b6f to your computer and use it in GitHub Desktop.
Gist Platillos JSON-Server
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"platillos": [ | |
{ | |
"id": 1, | |
"nombre": "Pizza a la Leña Chica", | |
"precio": 30, | |
"categoria": 1 | |
}, | |
{ | |
"id": 2, | |
"nombre": "Pizza a la Leña Mediana", | |
"precio": 50, | |
"categoria": 1 | |
}, | |
{ | |
"id": 3, | |
"nombre": "Rebanada de Pay de Limón", | |
"precio": 30, | |
"categoria": 3 | |
}, | |
{ | |
"id": 4, | |
"nombre": "Rebanada de Pastel de Chocolate", | |
"precio": 30, | |
"categoria": 3 | |
}, | |
{ | |
"id": 5, | |
"nombre": "Jugo de Naranja", | |
"precio": 15, | |
"categoria": 2 | |
}, | |
{ | |
"id": 6, | |
"nombre": "Pizza a la Leña Grande", | |
"precio": 70, | |
"categoria": 1 | |
}, | |
{ | |
"id": 7, | |
"nombre": "Rib Eye 800g", | |
"precio": 100, | |
"categoria": 1 | |
}, | |
{ | |
"id": 8, | |
"nombre": "Jugo de Naranja", | |
"precio": 15, | |
"categoria": 2 | |
}, | |
{ | |
"id": 9, | |
"nombre": "Tequila", | |
"precio": 40, | |
"categoria": 2 | |
}, | |
{ | |
"id": 10, | |
"nombre": "Rebanada de Pay de Queso", | |
"precio": 30, | |
"categoria": 3 | |
}, | |
{ | |
"id": 11, | |
"nombre": "Café Americano", | |
"precio": 20, | |
"categoria": 2 | |
}, | |
{ | |
"id": 12, | |
"nombre": "Café Capuchino", | |
"precio": 40, | |
"categoria": 2 | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
El mejor