-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdb.json
More file actions
54 lines (54 loc) · 2.36 KB
/
db.json
File metadata and controls
54 lines (54 loc) · 2.36 KB
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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
{
"events": [
{
"id": 111,
"category": "training",
"title": "Welcome Event",
"description": "Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book.",
"location": "Some Hub",
"date": "20 August 2022",
"time": "16:30",
"organizer": "Team Happy"
},
{
"id": 112,
"category": "training",
"title": "Followup Event",
"description": "Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book.",
"location": "Some Hub",
"date": "22 August 2022",
"time": "16:30",
"organizer": "Team Happy"
},
{
"id": 113,
"category": "hackathon",
"title": "Followup Event",
"description": "Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book.",
"location": "Some Hub",
"date": "242 August 2022",
"time": "16:30",
"organizer": "Team Happy"
},
{
"id": 114,
"category": "training",
"title": "Mystery Event",
"description": "Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book.",
"location": "zoom",
"date": "26 August 2022",
"time": "16:30",
"organizer": "Team Happy"
},
{
"id": 115,
"category": "training",
"title": "Play Event",
"description": "Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book.",
"location": "Some Hub",
"date": "28 August 2022",
"time": "16:30",
"organizer": "Team Happy"
}
]
}