item
메뉴 API
메뉴 불러오기
GET
https://localhost:4000/item
DB의 item 테이블에 모든 데이터를 불러온다.
{
"iteminfo": [
{
"id": 1,
"name": "에스프레소",
"price": 1500,
"image": "1.png",
"createdAt": "2022-09-14T04:12:00.000Z",
"updatedAt": "2022-09-14T04:12:00.000Z"
},
{
"id": 2,
"name": "흑당카페라떼",
"price": 3800,
"image": "2.png",
"createdAt": "2022-09-14T04:12:00.000Z",
"updatedAt": "2022-09-14T04:12:00.000Z"
},
{
"id": 3,
"name": "카페라떼",
"price": 2500,
"image": "3.png",
"createdAt": "2022-09-14T04:12:00.000Z",
"updatedAt": "2022-09-14T04:12:00.000Z"
},
{
"id": 4,
"name": "카푸치노",
"price": 2500,
"image": "4.png",
"createdAt": "2022-09-14T04:12:00.000Z",
"updatedAt": "2022-09-14T04:12:00.000Z"
},
{
"id": 5,
"name": "바닐라라떼",
"price": 2800,
"image": "5.png",
"createdAt": "2022-09-14T04:12:00.000Z",
"updatedAt": "2022-09-14T04:12:00.000Z"
},
{
"id": 6,
"name": "헤이즐넛라떼",
"price": 2800,
"image": "6.png",
"createdAt": "2022-09-14T04:12:00.000Z",
"updatedAt": "2022-09-14T04:12:00.000Z"
},
{
"id": 7,
"name": "카라멜마끼야또",
"price": 3000,
"image": "7.png",
"createdAt": "2022-09-14T04:12:00.000Z",
"updatedAt": "2022-09-14T04:12:00.000Z"
},
{
"id": 8,
"name": "카페모카",
"price": 3000,
"image": "8.png",
"createdAt": "2022-09-14T04:12:00.000Z",
"updatedAt": "2022-09-14T04:12:00.000Z"
},
{
"id": 9,
"name": "돌체라떼",
"price": 3500,
"image": "9.png",
"createdAt": "2022-09-14T04:12:00.000Z",
"updatedAt": "2022-09-14T04:12:00.000Z"
},
{
"id": 10,
"name": "아인슈페너라떼",
"price": 3900,
"image": "10.png",
"createdAt": "2022-09-14T04:12:00.000Z",
"updatedAt": "2022-09-14T04:12:00.000Z"
},
{
"id": 11,
"name": "아메리카노",
"price": 1500,
"image": "11.png",
"createdAt": "2022-09-14T04:12:00.000Z",
"updatedAt": "2022-09-14T04:12:00.000Z"
},
{
"id": 12,
"name": "커피밀크쉐이크",
"price": 3900,
"image": "12.png",
"createdAt": "2022-09-14T04:12:00.000Z",
"updatedAt": "2022-09-14T04:12:00.000Z"
},
{
"id": 13,
"name": "모카자바칩라떼",
"price": 4400,
"image": "13.png",
"createdAt": "2022-09-14T04:12:00.000Z",
"updatedAt": "2022-09-14T04:12:00.000Z"
},
{
"id": 14,
"name": "딸기라떼",
"price": 3500,
"image": "14.png",
"createdAt": "2022-09-14T04:12:00.000Z",
"updatedAt": "2022-09-14T04:12:00.000Z"
},
{
"id": 15,
"name": "밀크티",
"price": 3800,
"image": "15.png",
"createdAt": "2022-09-14T04:12:00.000Z",
"updatedAt": "2022-09-14T04:12:00.000Z"
},
{
"id": 16,
"name": "흑당밀크(우유)",
"price": 3500,
"image": "16.png",
"createdAt": "2022-09-14T04:12:00.000Z",
"updatedAt": "2022-09-14T04:12:00.000Z"
},
{
"id": 17,
"name": "민트초코오레오라떼",
"price": 3500,
"image": "17.png",
"createdAt": "2022-09-14T04:12:00.000Z",
"updatedAt": "2022-09-14T04:12:00.000Z"
},
{
"id": 18,
"name": "그린티라떼",
"price": 3500,
"image": "18.png",
"createdAt": "2022-09-14T04:12:00.000Z",
"updatedAt": "2022-09-14T04:12:00.000Z"
}
]
}
{
"message": "메뉴를 불러오지 못했습니다"
}
Last updated