Skip to content

Commit

Permalink
feat: json-server ์—…๋Žƒ
Browse files Browse the repository at this point in the history
  • Loading branch information
LAIIonKING committed Nov 12, 2022
1 parent 5511a47 commit 4bf4f38
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions client/data/data.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"products": [
{
"productsId": 1234,
"title": "ํ•˜๋ฆผํŽซํ‘ธ๋“œ๋”๋ฆฌ์–ผ ๊ทธ๋ ˆ์ธํ”„๋ฆฌ ํฌ๋Ÿฐ์น˜์–ด๋œํŠธ ์—ฐ์–ด 50g",
"img": "https://cdn.discordapp.com/attachments/386786128939843606/1040949752998662195/664a0ccdd29f2239a222c8026a41afb4.jpg",
"price": "16000",
"new": true,
"sale": false
},
{
"productsId": 1234,
"title": "ํ•˜๋ฆผํŽซํ‘ธ๋“œ๋”๋ฆฌ์–ผ ๊ทธ๋ ˆ์ธํ”„๋ฆฌ ํฌ๋Ÿฐ์น˜์–ด๋œํŠธ ์—ฐ์–ด 50g",
"img": "https://cdn.discordapp.com/attachments/386786128939843606/1040949752998662195/664a0ccdd29f2239a222c8026a41afb4.jpg",
"price": "16000",
"new": true,
"sale": false
}
],
"orders": []
}

0 comments on commit 4bf4f38

Please sign in to comment.