Skip to content

Commit 115035c

Browse files
committed
Merging in Master
2 parents 90e7125 + 4252cf6 commit 115035c

File tree

9 files changed

+539
-334
lines changed

9 files changed

+539
-334
lines changed

db.json

Lines changed: 76 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,76 @@
1+
{
2+
"events": [
3+
{
4+
"id": 1,
5+
"title": "Beach Cleanup",
6+
"date": "Aug 28 2018",
7+
"time": "10:00",
8+
"___location": "Daytona Beach",
9+
"description": "Let's clean up this beach.",
10+
"organizer": "Adam Jahr",
11+
"category": "sustainability",
12+
"attendees": [
13+
{
14+
"id": "abc123",
15+
"name": "Adam Jahr"
16+
},
17+
{
18+
"id": "def456",
19+
"name": "Gregg Pollack"
20+
},
21+
{
22+
"id": "ghi789",
23+
"name": "Beth Swanson"
24+
},
25+
{
26+
"id": "jkl101",
27+
"name": "Mary Gordon"
28+
}
29+
]
30+
},
31+
{
32+
"id": 2,
33+
"title": "Park Cleanup",
34+
"date": "Nov 12 2018",
35+
"time": "12:00",
36+
"___location": "132 N Magnolia Street, Orlando, Florida",
37+
"description": "We're going to clean up this park.",
38+
"organizer": "Adam Jahr",
39+
"category": "nature",
40+
"attendees": [
41+
{
42+
"id": "ghi789",
43+
"name": "Beth Swanson"
44+
},
45+
{
46+
"id": "jkl101",
47+
"name": "Mary Gordon"
48+
}
49+
]
50+
},
51+
{
52+
"id": 3,
53+
"title": "Pet Adoption Day",
54+
"date": "Dec 2 2018",
55+
"time": "12:00",
56+
"___location": "132 N Magnolia Street, Orlando, Florida",
57+
"description": "Help animals find new homes.",
58+
"organizer": "Gregg Pollack",
59+
"category": "animal welfare",
60+
"attendees": [
61+
{
62+
"id": "abc123",
63+
"name": "Adam Jahr"
64+
},
65+
{
66+
"id": "ghi789",
67+
"name": "Beth Swanson"
68+
},
69+
{
70+
"id": "jkl101",
71+
"name": "Mary Gordon"
72+
}
73+
]
74+
}
75+
]
76+
}

0 commit comments

Comments
 (0)