Refactor frontend, display tours with cards on ToursPage

This commit is contained in:
2024-09-26 16:06:20 +02:00
parent f5204578e4
commit 941fd711d5
39 changed files with 397 additions and 349 deletions

View File

@@ -15,6 +15,30 @@
"tourId": 0
}
]
},
{
"id": 1,
"name": "The Bends Tour",
"bandId": 1,
"offered": true,
"shows": [
{
"id": 1,
"date": "2024-11-30",
"price": 104,
"inStock": 120,
"locationId": 0,
"tourId": 1
},
{
"id": 2,
"date": "2024-12-01",
"price": 104,
"inStock": 180,
"locationId": 0,
"tourId": 1
}
]
}
]
}