Skip to content

Commit 3300bdf

Browse files
committed
Added inventory.json data
1 parent 1f2c3c1 commit 3300bdf

File tree

2 files changed

+199
-0
lines changed

2 files changed

+199
-0
lines changed

data/inventory.json

+189
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,189 @@
1+
[
2+
{
3+
"title": "Amazon Bananas",
4+
"createDate": "2016-04-16T18:25:43.511Z",
5+
"createdBy": "1",
6+
"deadlineDate": "2016-04-17T18:25:43.511Z",
7+
"description": "2 crates bananas",
8+
"perishable": true,
9+
"address": "511 Boren Ave N, Seattle WA 98109",
10+
"category": "Food",
11+
"claimedBy": ""
12+
},
13+
{
14+
"title": "Amazon Bananas",
15+
"createDate": "2016-04-14T18:25:43.511Z",
16+
"createdBy": "1",
17+
"deadlineDate": "2016-04-17T18:25:43.511Z",
18+
"description": "4 crates bananas",
19+
"perishable": true,
20+
"address": "511 Boren Ave N, Seattle WA 98109",
21+
"category": "Food",
22+
"claimedBy": ""
23+
},
24+
{
25+
"title": "Amazon Bananas",
26+
"createDate": "2016-04-17T18:25:43.511Z",
27+
"createdBy": "1",
28+
"deadlineDate": "2016-04-19T18:25:43.511Z",
29+
"description": "10 crates bananas",
30+
"perishable": true,
31+
"address": "511 Boren Ave N, Seattle WA 98109",
32+
"category": "Food",
33+
"claimedBy": ""
34+
},
35+
{
36+
"title": "Children Diapers",
37+
"createDate": "2016-04-16T18:25:43.511Z",
38+
"createdBy": "2",
39+
"deadlineDate": "2016-05-17T18:25:43.511Z",
40+
"description": "5 packs diapers",
41+
"perishable": false,
42+
"address": "4500 Wallingford Ave N, Seattle WA 98103",
43+
"category": "Children",
44+
"claimedBy": ""
45+
},
46+
{
47+
"title": "Women Essentials",
48+
"createDate": "2016-04-16T18:25:43.511Z",
49+
"createdBy": "2",
50+
"deadlineDate": "2016-05-17T18:25:43.511Z",
51+
"description": "10 packs feminine products",
52+
"perishable": false,
53+
"address": "4500 Wallingford Ave N, Seattle WA 98103",
54+
"category": "Women",
55+
"claimedBy": ""
56+
},
57+
{
58+
"title": "Instant Mac and Cheese",
59+
"createDate": "2016-04-16T18:25:43.511Z",
60+
"createdBy": "3",
61+
"deadlineDate": "2016-05-17T18:25:43.511Z",
62+
"description": "30 packs instant mac and cheese",
63+
"perishable": false,
64+
"address": "2746 NE 45th St, Seattle WA 98105",
65+
"category": "Food",
66+
"claimedBy": ""
67+
},
68+
{
69+
"title": "Pita Bread",
70+
"createDate": "2016-04-16T18:25:43.511Z",
71+
"createdBy": "3",
72+
"deadlineDate": "2016-04-19T18:25:43.511Z",
73+
"description": "20 packs pita bread",
74+
"perishable": true,
75+
"address": "2746 NE 45th St, Seattle WA 98105",
76+
"category": "Food",
77+
"claimedBy": ""
78+
},
79+
{
80+
"title": "Milk",
81+
"createDate": "2016-04-16T18:25:43.511Z",
82+
"createdBy": "3",
83+
"deadlineDate": "2016-04-17T18:25:43.511Z",
84+
"description": "10 gallons milk",
85+
"perishable": true,
86+
"address": "2746 NE 45th St, Seattle WA 98105",
87+
"category": "Food",
88+
"claimedBy": ""
89+
},
90+
{
91+
"title": "Old Clothes",
92+
"createDate": "2016-04-16T18:25:43.511Z",
93+
"createdBy": "3",
94+
"deadlineDate": "2016-05-17T18:25:43.511Z",
95+
"description": "10 work pants, 5 winter jackets",
96+
"perishable": false,
97+
"address": "2746 NE 45th St, Seattle WA 98105",
98+
"category": "Clothing",
99+
"claimedBy": ""
100+
},
101+
{
102+
"title": "Easter Chocolate",
103+
"createDate": "2016-04-16T18:25:43.511Z",
104+
"createdBy": "4",
105+
"deadlineDate": "2016-05-17T18:25:43.511Z",
106+
"description": "10 chocolate easter eggs",
107+
"perishable": true,
108+
"address": "4609 14th Ave NW, Seattle WA 98107",
109+
"category": "Food",
110+
"claimedBy": ""
111+
},
112+
{
113+
"title": "Children Diapers",
114+
"createDate": "2016-04-16T18:25:43.511Z",
115+
"createdBy": "4",
116+
"deadlineDate": "2016-05-17T18:25:43.511Z",
117+
"description": "20 packs diapers",
118+
"perishable": false,
119+
"address": "4500 Wallingford Ave N, Seattle WA 98103",
120+
"category": "Children",
121+
"claimedBy": ""
122+
},
123+
{
124+
"title": "Campbell Soup",
125+
"createDate": "2016-04-16T18:25:43.511Z",
126+
"createdBy": "4",
127+
"deadlineDate": "2016-05-17T18:25:43.511Z",
128+
"description": "10 cans mushroom soup, 10 cans chicken soup",
129+
"perishable": false,
130+
"address": "4609 14th Ave NW, Seattle WA 98107",
131+
"category": "Food",
132+
"claimedBy": ""
133+
},
134+
{
135+
"title": "Bread",
136+
"createDate": "2016-04-16T18:25:43.511Z",
137+
"createdBy": "4",
138+
"deadlineDate": "2016-04-18T18:25:43.511Z",
139+
"description": "5 loaves bread",
140+
"perishable": false,
141+
"address": "4609 14th Ave NW, Seattle WA 98107",
142+
"category": "Food",
143+
"claimedBy": ""
144+
},
145+
{
146+
"title": "Apples",
147+
"createDate": "2016-04-16T18:25:43.511Z",
148+
"createdBy": "5",
149+
"deadlineDate": "2016-04-17T18:25:43.511Z",
150+
"description": "4 crates apples",
151+
"perishable": true,
152+
"address": "2210 Westlake Ave, Seattle WA 98121",
153+
"category": "Food",
154+
"claimedBy": ""
155+
},
156+
{
157+
"title": "Guacamole",
158+
"createDate": "2016-04-16T18:25:43.511Z",
159+
"createdBy": "5",
160+
"deadlineDate": "2016-04-17T18:25:43.511Z",
161+
"description": "10 tubs guacamole",
162+
"perishable": true,
163+
"address": "2210 Westlake Ave, Seattle WA 98121",
164+
"category": "Food",
165+
"claimedBy": ""
166+
},
167+
{
168+
"title": "Bread",
169+
"createDate": "2016-04-16T18:25:43.511Z",
170+
"createdBy": "5",
171+
"deadlineDate": "2016-04-17T18:25:43.511Z",
172+
"description": "10 loaves brown bread",
173+
"perishable": true,
174+
"address": "2210 Westlake Ave, Seattle WA 98121",
175+
"category": "Food",
176+
"claimedBy": ""
177+
},
178+
{
179+
"title": "Cheese",
180+
"createDate": "2016-04-16T18:25:43.511Z",
181+
"createdBy": "5",
182+
"deadlineDate": "2016-04-20T18:25:43.511Z",
183+
"description": "10 packs cheddar cheese",
184+
"perishable": true,
185+
"address": "2210 Westlake Ave, Seattle WA 98121",
186+
"category": "Food",
187+
"claimedBy": ""
188+
}
189+
]

data/user.json

+10
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
[
22
{
3+
"id": "1",
34
"username": "amazon",
45
"password": "amazon1",
56
"name": "Amazon Seattle",
@@ -12,6 +13,7 @@
1213
"role": "donor"
1314
},
1415
{
16+
"id": "2",
1517
"username": "qfc_wallingford",
1618
"password": "qfc123",
1719
"name": "QFC Wallingford",
@@ -24,6 +26,7 @@
2426
"role": "donor"
2527
},
2628
{
29+
"id": "3",
2730
"username": "qfc_uvillage",
2831
"password": "qfc123",
2932
"name": "QFC University Village",
@@ -36,6 +39,7 @@
3639
"role": "donor"
3740
},
3841
{
42+
"id": "4",
3943
"username": "traderjoe",
4044
"password": "qfc_sux123",
4145
"name": "Trader Joe",
@@ -48,6 +52,7 @@
4852
"role": "donor"
4953
},
5054
{
55+
"id": "5",
5156
"username": "wholefoods_westlake",
5257
"password": "wholefoods1",
5358
"name": "Wholefoods Westlake",
@@ -60,6 +65,7 @@
6065
"role": "donor"
6166
},
6267
{
68+
"id": "6",
6369
"username": "bwayne",
6470
"password": "iambatman",
6571
"name": "Bruce Wayne",
@@ -72,6 +78,7 @@
7278
"role": "user"
7379
},
7480
{
81+
"id": "7",
7582
"username": "marysplace",
7683
"password": "marysplace1",
7784
"name": "Mary's Place",
@@ -84,6 +91,7 @@
8491
"role": "user"
8592
},
8693
{
94+
"id": "8",
8795
"username": "redcross_seattle",
8896
"password": "password1",
8997
"name": "Red Cross Seattle",
@@ -96,6 +104,7 @@
96104
"role": "user"
97105
},
98106
{
107+
"id": "9",
99108
"username": "salvation_army_queenA",
100109
"password": "password1",
101110
"name": "Salvation Army Queen Anne",
@@ -108,6 +117,7 @@
108117
"role": "user"
109118
},
110119
{
120+
"id": "10",
111121
"username": "goodwill_westlake",
112122
"password": "password1",
113123
"name": "Goodwill Westlake",

0 commit comments

Comments
 (0)