Moving exmple datasets to json files
This commit is contained in:
10
software/backend/data/orderedItems.json
Normal file
10
software/backend/data/orderedItems.json
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"data": [
|
||||
{
|
||||
"orderId": 0,
|
||||
"productId": 4,
|
||||
"quantity": 2,
|
||||
"totalPrice": 0
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user