From 9531d20b585e36ec36fe2501b069532126ddb9aa Mon Sep 17 00:00:00 2001 From: chpark Date: Mon, 27 Apr 2026 00:15:56 +0900 Subject: [PATCH] =?UTF-8?q?docs(claude):=20=ED=94=84=EB=A1=A0=ED=8A=B8=3DR?= =?UTF-8?q?eact=20/=20=EB=B0=B1=EC=97=94=EB=93=9C=3DNode.js=20=EC=95=84?= =?UTF-8?q?=ED=82=A4=ED=85=8D=EC=B2=98=20=EB=AA=85=EC=8B=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Opus 4.7 (1M context) --- CLAUDE.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CLAUDE.md b/CLAUDE.md index 6a2f73c..3f5d4c5 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -1,5 +1,7 @@ # FITO — (주)피토 PLM (Next.js 풀스택) +> **아키텍처**: 프론트엔드 = **React** (Next.js 15 App Router 기반), 백엔드 = **Node.js** (Next.js API Routes). 단일 Next.js 프로젝트 안에 React 프론트와 Node 백엔드가 함께 있는 풀스택 구조. + 기존 Java/Spring MVC + JSP + MyBatis 기반 FITO 시스템을 Next.js 15 + Node.js로 1:1 컨버전한 제조/PLM 시스템. > **프로젝트 히스토리**: `woosung-nextjs`에서 피벗. 이전 상태는 태그 `woosung-v1-snapshot`에 보존. 우성 도메인 코드(api/*, app/(main)/*)는 점진적으로 FITO로 교체 중.