Skip to content

Commit 3d4eefd

Browse files
authored
Create db.json
1 parent 9478ac8 commit 3d4eefd

File tree

1 file changed

+34
-0
lines changed

1 file changed

+34
-0
lines changed

db.json

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
{
2+
"events": [
3+
{
4+
"id": 123,
5+
"category": "animal welfare",
6+
"title": "Cat Adoption Day",
7+
"description": "Find your new feline friend at this event.",
8+
"location": "Meow Town",
9+
"date": "January 28, 2022",
10+
"time": "12:00",
11+
"organizer": "Kat Laydee"
12+
},
13+
{
14+
"id": 456,
15+
"category": "food",
16+
"title": "Community Gardening",
17+
"description": "Join us as we tend to the community edible plants.",
18+
"location": "Flora City",
19+
"date": "March 14, 2022",
20+
"time": "10:00",
21+
"organizer": "Fern Pollin"
22+
},
23+
{
24+
"id": 789,
25+
"category": "sustainability",
26+
"title": "Beach Cleanup",
27+
"description": "Help pick up trash along the shore.",
28+
"location": "Playa Del Carmen",
29+
"date": "July 22, 2022",
30+
"time": "11:00",
31+
"organizer": "Carey Wales"
32+
}
33+
]
34+
}

0 commit comments

Comments
 (0)