Spaces:
Sleeping
Sleeping
Create seed_data.json
Browse files- seed_data.json +16 -0
seed_data.json
ADDED
@@ -0,0 +1,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
[
|
2 |
+
{
|
3 |
+
"name": "Spaza Max",
|
4 |
+
"description": "Groceries and general goods.",
|
5 |
+
"phone": "0734567890",
|
6 |
+
"latitude": -26.206,
|
7 |
+
"longitude": 28.045
|
8 |
+
},
|
9 |
+
{
|
10 |
+
"name": "Mzansi Repairs",
|
11 |
+
"description": "Mobile repairs and electronics",
|
12 |
+
"phone": "0741234567",
|
13 |
+
"latitude": -26.208,
|
14 |
+
"longitude": 28.048
|
15 |
+
}
|
16 |
+
]
|