Skip to content

[Week8 - swk]#67

Open
swkim9111 wants to merge 1 commit into
mainfrom
week8-swk
Open

[Week8 - swk]#67
swkim9111 wants to merge 1 commit into
mainfrom
week8-swk

Conversation

@swkim9111

Copy link
Copy Markdown

Summary

  • Blog 앱을 3가지 다른 기술 스택으로 구현
    • django-blog: Django + DRF + Vanilla JS (Python 비-JS 백엔드)
    • mern-blog: MongoDB + Express + React + Node.js
    • bolt-blog: TypeScript Express + React + Tailwind CSS (bolt.new 스타일)
  • 모든 버전에서 CRUD, 영구 저장소, 검색, 태그 기능 구현
  • writeup.md 완성 (앱 컨셉 + 3개 버전 설명 + reflections)

Test plan

  • django-blog: pip install -r requirements.txt && python manage.py migrate && python manage.py runserver
  • mern-blog: server npm install && npm run dev + client npm install && npm run dev
  • bolt-blog: server npm install && npm run dev + client npm install && npm run dev
  • 각 앱에서 Post CRUD 동작 확인

🤖 Generated with Claude Code

Blog app을 3가지 스택으로 구현:
- django-blog: Django + DRF + Vanilla JS (Python 비-JS 백엔드)
- mern-blog: MongoDB + Express + React + Node.js
- bolt-blog: TypeScript Express + React + Tailwind (bolt.new 스타일)

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
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