Move software files one directory up, Readme

This commit is contained in:
2024-11-19 16:51:28 +01:00
parent baf763c4cb
commit 1dc5740f03
329 changed files with 255 additions and 31 deletions

52
backend/data/orders.json Normal file
View 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
}
]
}
]
}