-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdb.json
More file actions
44 lines (44 loc) · 1004 Bytes
/
db.json
File metadata and controls
44 lines (44 loc) · 1004 Bytes
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
{
"events": [
{
"id": "1",
"name": "Python Bootcamp",
"venue": "Jindal Auditorium",
"date": "2020-01-19",
"time": "10:30",
"description": "Learning Basic Python"
},
{
"id": "2",
"name": "Java Bootcamp",
"venue": "J.P. Auditorium",
"date": "2020-02-12",
"time": "15:00",
"description": "Learning Advanced Java"
},
{
"id": "3",
"name": "React Bootcamp",
"venue": "Gandhi Auditorium",
"date": "2020-04-15",
"time": "12:00",
"description": "Building React Application"
},
{
"id": "4",
"name": "A I Bootcamp",
"venue": "J.P. Auditorium",
"date": "2020-04-14",
"time": "18:00",
"description": "Learning Basic Python"
},
{
"id": "5",
"name": "Flutter Bootcamp",
"venue": "Jindal Auditorium",
"date": "2020-06-16",
"time": "09:00",
"description": "Building Flutter Web Application"
}
]
}