ProductLikeController.productLikes()
productLikeCommandService.productLikes(userDetails.getUser(), pageable);
ProductQueryController.findAllBuyBidPrices()
BuyOrderQueryProvider.findAllBuyBidsOf(productId, pageable);
BuyQueryService.findAllBuyBidsOf(Product product, *Pageable* pageable)
ProductQueryController.findAllSellBidPrices()
sellOrderQueryProvider.findAllSellBidsOf(productId,pageable);
BuyQueryService.findAllBuyBidsOf(Product product, *Pageable* pageable)
현재 어떻게 처리되고 있는지
아래 값을 어떻게 처리할 수 있을지
위 파라미터값은 프론트에서 던져줄 수 있음!
(추가질문) 어떻게 로컬에서 프론트를 돌릴 수 있나용?
다음을 사용
- nodejs.org 에 들어가서 LTS 버전 설치
- front end 코드를 내려받는다.
- package.json 확인
- nodejs 에 대한 config 파일
npm install
을 사용해서 설치npm run dev
을 명령- localhost:5173 에 접속
*좀 이상하다 싶으면 node_modules 를 삭제하고 다시 다운로드