Skip to content

docs(tutorial): real dev workflow (IntelliJ + admin-ui) alongside curl#63

Merged
jlc488 merged 1 commit into
mainfrom
docs/tutorial-dev-workflow
Jun 3, 2026
Merged

docs(tutorial): real dev workflow (IntelliJ + admin-ui) alongside curl#63
jlc488 merged 1 commit into
mainfrom
docs/tutorial-dev-workflow

Conversation

@jlc488

@jlc488 jlc488 commented Jun 3, 2026

Copy link
Copy Markdown
Contributor

Feedback: the tutorial leaned on curl/terminals; real development is IntelliJ Run + the admin-ui console in a browser. Now it shows both perspectives (curl is still there).

  • Step 4 Run the app — content tabs: IntelliJ (Run MyappApplication, plus the Gradle-reload tip for the ClassNotFound stale-model case) / Terminal (./gradlew bootRun).
  • Step 5 Open the admin console — clone + npm run dev the admin-ui, log in in the browser; the curl login stays under a "prefer the API" note (provides $TOKEN).
  • Step 6 — content tabs: In the admin console (clicks)Via the API (curl).

en/ko. mkdocs build --strict passes.


피드백 반영: 튜토리얼이 curl/터미널 위주였는데 실제 개발은 IntelliJ Run + admin-ui 콘솔(브라우저) 이라, 두 관점 모두(curl 유지) 보이도록 Step 4~6 재구성(탭). en/ko, --strict 통과.

…onsole)

Reframes Steps 4–6 around how you actually develop, while keeping the curl/API
path:
- Step 4 "Run the app": IntelliJ (Run MyappApplication, with the Gradle-reload
  tip) or `./gradlew bootRun` — content tabs.
- Step 5 "Open the admin console": clone + `npm run dev` the admin-ui, log in in
  the browser; the curl login stays under a "prefer the API" note.
- Step 6: content tabs — "In the admin console (clicks)" alongside "Via the API
  (curl)". Neither replaces the other.

en/ko. mkdocs build --strict passes.
@jlc488 jlc488 merged commit b989d74 into main Jun 3, 2026
2 checks passed
@jlc488 jlc488 deleted the docs/tutorial-dev-workflow branch June 3, 2026 12:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant