Add mechanism for initializing database with produce

This commit is contained in:
2021-06-21 11:47:51 -04:00
parent caa9db586c
commit 6e99e495b3
6 changed files with 47 additions and 4 deletions
+6
View File
@@ -0,0 +1,6 @@
[
{"code":"A12T-4GH7-QPL9-3N4M","name":"Lettuce","price":{"amount":346,"currency":"USD"}},
{"code":"E5T6-9UI3-TH15-QR88","name":"Peach","price":{"amount":299,"currency":"USD"}},
{"code":"YRT6-72AS-K736-L4AR","name":"Green Pepper","price":{"amount":79,"currency":"USD"}},
{"code":"TQ4C-VV6T-75ZX-1RMR","name":"Gala Apple","price":{"amount":359,"currency":"USD"}}
]