這是一個結合 AI 輔助前端與 Node.js 後端的全端專案。提供使用者一個互動式的思維導圖介面,並能將數據保存至後端資料庫。
- Frontend: React, TypeScript, Vite, TailwindCSS (如果是用這個的話)
- Backend: Node.js, Express.js
- Database: MongoDB (Mongoose)
- Tools: AI Studio (Google Gemini)
/root
├── backend/ # 後端伺服器 (Node.js + Express)
└── frontend/ # 前端介面 (React + Vite)