forked from Elevationacademy/full-stack-project-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathactivity.json
35 lines (35 loc) · 926 Bytes
/
activity.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
[
{
"userId":"0",
"universityName":"Sami shamoon",
"date": "2024-02-12T00:00:00.000Z",
"location":"Rahat",
"transportationType":"Car",
"capacity":3,
"activityType":"fromSchool",
"preferredGender":"f",
"participants":[]
},
{
"userId":"0",
"universityName":"Ben gurion",
"date": "2024-02-08T00:00:00.000Z",
"location":"Arad",
"transportationType":"Bus",
"capacity":4,
"activityType":"toSchool",
"preferredGender":"f",
"participants":[]
},
{
"userId":"2",
"universityName":"Harvard",
"date": "2024-03-10T00:00:00.000Z",
"location":"Arad",
"transportationType":"Car",
"capacity":3,
"activityType":"toSchool",
"preferredGender":"un",
"participants":[]
}
]