Move software files one directory up, Readme
This commit is contained in:
52
backend/data/orders.json
Normal file
52
backend/data/orders.json
Normal file
@@ -0,0 +1,52 @@
|
||||
{
|
||||
"orders": [
|
||||
{
|
||||
"username": "hagemeister93",
|
||||
"shipped": true,
|
||||
"tickets": [
|
||||
{
|
||||
"date": "1",
|
||||
"concertGroupName": "Unlimited Love",
|
||||
"orderPrice": 184,
|
||||
"seatGroup": "A",
|
||||
"seatRow": 0,
|
||||
"seat": 1
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"username": "duranduran",
|
||||
"tickets": [
|
||||
{
|
||||
"date": "4",
|
||||
"concertGroupName": "Unlimited Love",
|
||||
"orderPrice": 184,
|
||||
"seatGroup": "A",
|
||||
"seatRow": 0,
|
||||
"seat": 2
|
||||
},
|
||||
{
|
||||
"date": "4",
|
||||
"concertGroupName": "Unlimited Love",
|
||||
"orderPrice": 184,
|
||||
"seatGroup": "A",
|
||||
"seatRow": 0,
|
||||
"seat": 3
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"username": "duranduran",
|
||||
"tickets": [
|
||||
{
|
||||
"date": "14",
|
||||
"concertGroupName": "The Bends",
|
||||
"orderPrice": 184,
|
||||
"seatGroup": "A",
|
||||
"seatRow": 0,
|
||||
"seat": 4
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user