-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add price to the fakedata.
- Loading branch information
Zachary Smith
committed
Dec 13, 2015
1 parent
d4d4bc3
commit 5eb9ca7
Showing
3 changed files
with
11 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,5 @@ | ||
{"catalog":[{"id":1,"name":"Item 1","description":"Item 2 description"},{"id":2,"name":"Item 2","description":"Item 2 description"},{"id":3,"name":"Item 3","description":"Item 3 description"},{"id":4,"name":"Kyle","description":"Handsomest"}]} | ||
{"catalog":[ | ||
{"id":1,"name":"Honey", "price": "3.50", "description":"Sweet stuff"}, | ||
{"id":2,"name":"Almonds", "price": "5.55", "description":"Fucking nuts"}, | ||
{"id":3,"name":"Lentils", "price": "0.99", "description":"Small and round"} | ||
]} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,6 +15,7 @@ | |
"license": "ISC", | ||
"dependencies": { | ||
"body-parser": "^1.14.1", | ||
"cors": "^2.7.1", | ||
"express": "^4.13.3" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters