Deployed Website Link Takes few minutes to load after inactivity. Please be patient.
Built with Vue + Node.js (Express.js) + PrimeVue UI Library. Hosted on render through Docker image.
This is a repository project for my own system design course final project. Creating a full stack shopping website consisting some system design knowledge. Up to 1/1/2025, coming to the end of course, this project will not be maintained anymore but will be kept public for reference purpose. Admin's product and cart functionality is not completed yet and some bugs idenfified but not fixed.
這是我自己的系統設計課程期末專案的儲存庫專案。建立一個包含一些系統設計知識的全端購物網站。截至2025年1月1日,專題已經結束,該項目將不再維護,但將保持公開以供參考。
To check admin feature, use the account username='howwilson11@gmail.com', password='Abc12345'.
管理員的產品和購物車功能尚未完成,並且已識別但未修復一些錯誤。若要檢查管理功能,請使用帳戶名稱='howwilson11@gmail.com',密碼='Abc12345'。
- 關於我們所使用的web tech,如果有不明白可以閲讀我做的筆記,裏面記錄著我第一次做網站的筆記,也就是本作業Nut17 Notes
- 未完成作業和分工請到TODO.md看
- 請到
./_information/reference.md
看相關筆記
請安裝git
和Node.js
后在terminal 跑以下步驟
cd frontend
npm install
# 然後你看到安裝了很多資料庫在node_modules裏表示成功
cd ../backend
npm install