Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 622 Bytes

File metadata and controls

17 lines (12 loc) · 622 Bytes

思維畫布 (Cognitive Canvas) - 全端開發專案

這是一個結合 AI 輔助前端與 Node.js 後端的全端專案。提供使用者一個互動式的思維導圖介面,並能將數據保存至後端資料庫。

🛠 技術堆疊 (Tech Stack)

  • Frontend: React, TypeScript, Vite, TailwindCSS (如果是用這個的話)
  • Backend: Node.js, Express.js
  • Database: MongoDB (Mongoose)
  • Tools: AI Studio (Google Gemini)

📂 專案結構 (Project Structure)

/root
  ├── backend/     # 後端伺服器 (Node.js + Express)
  └── frontend/    # 前端介面 (React + Vite)