戶外活動揪團系統
歡迎來到揪好咖 outdoorka!我們是專為喜愛戶外活動的人打造的最佳揪團平台。無論你是活動主揪還是參加者,我們都提供一站式解決方案,讓你輕鬆享受每一次活動體驗。 無論你是尋找冒險、探索新地點,還是與志同道合的人建立新的友誼,揪好咖 outdoorka將成為你的最佳戶外活動夥伴!
| Role | 帳號 | 密碼 |
|---|---|---|
| 跟團仔(參加用戶) | user@gmail.com | userA123 |
| 主揪(活動主辦) | email2@gmail.com | Passw0rd |
跟團仔可以使用google帳號登入
金流測試1-信用卡
- 4311-9522-2222-2222
- 安全碼 : 222
- 時間選擇未來的時間: 08/24
金流測試2-ATM-台新
- 確保成功的話直接用ATM-台新(DEMO用這個比較安全)
-
跟團仔:
-
主揪:
.
|- .husky -> Git hooks確保每次提交前運行 pnpm run lint 和 pnpm run format 檢查代碼風格和格式。
|- app
|- page.tsx → 首頁組件
|- pages → 目錄名稱決定路由名稱(裡面必須要有index.tsx)
|- api → 建立API路由,處理client和server之間的資料交換
|- features → Redux Thunk 事件處理功能模組。
|- plugins → 外部函式庫
|- api → 包含 Axios攔截器配置
|- hooks → React 元件狀態管理相關的自訂 Hooks function
|- public → 存放圖片等靜態資源的目錄。
|- utils → 共用的 JavaScript 工具
|- styles → css,頁面的style寫在行內`sx`(需要使用駝峰式寫法)
|- global.css → 通用的全域 CSS 樣式。
|- theme.tsx → MUI 主題設定
|- types → TypeScript 接口和類型定義文件。
- Clone the repository:
git clone https://github.com/outdoorka/outdoorka_frontend.git -b dev- Navigate to the project directory:
cd outdoorka_frontend- Install dependencies:
pnpm install- Set up environment variables: Create a .env file in the root directory and add the following variables:
NEXT_PUBLIC_BASE_URL_USER=- Start the development server:
pnpm devVisit http://localhost:3000 in your browser to access the application.
.
© 2023 outdoorka






