HomeAboutMeBlogGuest
© 2025 Sejin Cha. All rights reserved.
Built with Next.js, deployed on Vercel
프로그래머스 프론트엔드 데브코스 2기
프로그래머스 프론트엔드 데브코스 2기
/
📓
기동팀
/
💪
기동팀(CheQuiz)
/
📝
07.04 Strapi 공동작업 기록 _ 모델링
📝

07.04 Strapi 공동작업 기록 _ 모델링

모델

A Free Database Designer for Developers and Analysts
Quick and simple free tool to help you draw your database relationship diagrams and flow quickly using simple DSL language.
A Free Database Designer for Developers and Analysts
https://dbdiagram.io/d/62c1193d69be0b672c8acc6b
A Free Database Designer for Developers and Analysts

API 명세서

💡
07.07) GitBook 사용성 불편으로 폐지 ⇒
✏️
API 명세서 v2
참고 할 것!
GitBook
GitBook
GitBook
https://app.gitbook.com/o/JwXlA2tlVEURkP8YV3F6/s/dmS2Qr8b7HdWCCbnXvkZ/group-1/users
  • Quiz
    • 인수
      [문제]
      • category
      • questionType
      • question
      • difficulty
      • importance
      • image
      [정답]
      • answer
      • explanation
       
      • correctCnt
      • incorrectCnt
      [relation 속성]
      • profile (
      • quiz_pack
일반 Strapi 요청
  • http://localhost:1337/api/quizzes
    • notion image
relation 속성 같이 요청
http://localhost:1337/api/quizzes?populate=*
data: [ { id: 1, attributes: { question: "질문 예시 입니다.", category: "react", questionType: "trueOrFalse", answer: "true", explanation: "정답에 대한 해설입니다.", difiiculty: 5, importance: 5, image: null, createdAt: "2022-07-04T02:33:46.884Z", updatedAt: "2022-07-04T02:45:39.036Z", publishedAt: "2022-07-04T02:45:39.033Z", correctCnt: 0, incorrectCnt: 0, profile: { data: { id: 1, attributes: { points: 1, createdAt: "2022-07-04T02:28:33.848Z", updatedAt: "2022-07-04T02:45:33.960Z", publishedAt: "2022-07-04T02:45:33.956Z", }, }, }, quiz_pack: { data: { id: 1, attributes: { title: "퀴즈세트 제목입니다.", tags: "react", description: "react 퀴즈세트입니다.", createdAt: "2022-07-04T02:35:13.084Z", updatedAt: "2022-07-04T02:45:41.829Z", publishedAt: "2022-07-04T02:45:41.827Z", }, }, }, }, }, { id: 2, attributes: { question: "2번 질문", category: "react", questionType: "trueOrFalse", answer: "true", explanation: "설명", difiiculty: 1, importance: 1, image: null, createdAt: "2022-07-04T02:51:56.196Z", updatedAt: "2022-07-04T02:52:00.038Z", publishedAt: "2022-07-04T02:52:00.036Z", correctCnt: null, incorrectCnt: null, profile: { data: { id: 1, attributes: { points: 1, createdAt: "2022-07-04T02:28:33.848Z", updatedAt: "2022-07-04T02:45:33.960Z", publishedAt: "2022-07-04T02:45:33.956Z", }, }, }, quiz_pack: { data: { id: 1, attributes: { title: "퀴즈세트 제목입니다.", tags: "react", description: "react 퀴즈세트입니다.", createdAt: "2022-07-04T02:35:13.084Z", updatedAt: "2022-07-04T02:45:41.829Z", publishedAt: "2022-07-04T02:45:41.827Z", }, }, }, }, }, ];