HomeAboutMeBlogGuest
© 2025 Sejin Cha. All rights reserved.
Built with Next.js, deployed on Vercel
CheQuiz 프로젝트
CheQuiz 프로젝트
/
CheQuiz 리팩토링

CheQuiz 리팩토링

1. [feat] Strapi 리팩토링

1.1. Quick Start Guide

  • 공홈
    • Quick Start Guide - Strapi Developer Docs
      Strapi offers a lot of flexibility. Whether you want to go fast and quickly see the final result, or would rather dive deeper into the product, we got you covered. 👇 Let's get started!
      Quick Start Guide - Strapi Developer Docs
      https://docs.strapi.io/developer-docs/latest/getting-started/quick-start.html

1.2. Model 설정

Model
  • GUI 형식을 통해 각 모델 정의
    • Type 설정
    • relation 설정
    • isRequired 설정

1.3. api 요청

  • ?populate=%2A 를 통해 relation된 속성들 받아올 수 있다.
    • 공홈 관련 링크
    • but 2depth relation된 data 어떻게 가져오지?
      • quizzez 요청 → profile → User의 nickname 가져오고 싶을 때?
      • 배열형태로 연결해서 가져올 수 있다. + qs 라이브러리로 편하게
        • notion image