Skip to content

Instantly share code, notes, and snippets.

@alexandreJazara
Created May 8, 2025 17:07
Show Gist options
  • Save alexandreJazara/4df41adde6df94fdce55a767f4170fa6 to your computer and use it in GitHub Desktop.
Save alexandreJazara/4df41adde6df94fdce55a767f4170fa6 to your computer and use it in GitHub Desktop.
Loja Online - CRUD
[
{
"id": 1,
"name": "Celular",
"price": 1200.75
},
{
"id": 2,
"name": "Notebook",
"price": 3500.1
},
{
"id": 3,
"name": "Tablet",
"price": 1500.0
},
{
"id": 4,
"name": "Smartphone",
"price": 2000.5
},
{
"id": 6,
"name": "Smartwatch Apple",
"price": 1800.5
},
{
"id": 8,
"name": "Monitor",
"price": 1200.0
},
{
"id": 9,
"name": "Teclado",
"price": 200.0
},
{
"id": 10,
"name": "Mouse",
"price": 100.0
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment