Rewriting database and API to transform to a ticket shop

This commit is contained in:
2024-09-26 11:04:27 +02:00
parent d36dbced8e
commit da98fc73c0
88 changed files with 1040 additions and 751 deletions

View File

@@ -0,0 +1,14 @@
{
"data": [
{
"id": 0,
"name": "Unlimited Love Tour",
"bandId": 0,
"date": "2024-12-03",
"price": 92,
"inStock": 230,
"offered": true,
"locationId": 0
}
]
}