# goframe-shop-v4 **Repository Path**: feegg/goframe-shop-v4 ## Basic Information - **Project Name**: goframe-shop-v4 - **Description**: goframe框架实现的商城系统 - **Primary Language**: Go - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 2 - **Forks**: 0 - **Created**: 2023-11-04 - **Last Updated**: 2025-05-07 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 说明 main分支使用目前goframe最新版v2.5.6开发实现 # 运行流程 ## 1. 下载项目 git clone https://gitee.com/feegg/goframe-shop-v4.git ## 2. 配置数据库 把hack/shop.sql导入你的数据库中 ## 3. 修改配置文件 修改hack/config.yaml文件中的数据库密码 修改manifest/config/config.yaml中的数据库密码 ## 4. 启动项目 在项目根目录下执行: go run main.go 如果你需要自动编译,可以执行: gf run main.go