Initial Commit

This commit is contained in:
Floriansylvain
2025-12-16 19:47:13 +01:00
commit 9e00c10b9c
10 changed files with 173 additions and 0 deletions
+32
View File
@@ -0,0 +1,32 @@
[
{
"id": 1,
"title": "ABC Garage",
"address": "123 Main Street, City A",
"customer": "clienta"
},
{
"id": 2,
"title": "XYZ Auto Shop",
"address": "456 Elm Street, City B",
"customer": "clientb"
},
{
"id": 3,
"title": "City Motors",
"address": "789 Oak Avenue, City C",
"customer": "clientc"
},
{
"id": 4,
"title": "Sunset Garage",
"address": "321 Pine Street, City D",
"customer": "clienta"
},
{
"id": 5,
"title": "Speedy Auto Repair",
"address": "654 Cedar Lane, City E",
"customer": "clientc"
}
]