# c2c **Repository Path**: peeeeppa/c2c ## Basic Information - **Project Name**: c2c - **Description**: No description available - **Primary Language**: NodeJS - **License**: MulanPSL-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2026-01-19 - **Last Updated**: 2026-01-22 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # C2C 二手交易平台 ## 项目结构 - `backend`: Node.js + Express + MySQL 后端 - `frontend`: Vue 3 前端 ## 快速开始 ### 后端 1. 进入 backend 目录 2. 配置 .env 文件 (参考 .env.example) 3. 运行 `npm install` 4. 运行 `npm run dev` ### 前端 1. 进入 frontend 目录 2. 运行 `npm install` 3. 运行 `npm run dev`