# miMall **Repository Path**: jun_h/miMall ## Basic Information - **Project Name**: miMall - **Description**: 这是一个用go语言开发的,仿小米商城的项目 - **Primary Language**: Go - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 4 - **Forks**: 1 - **Created**: 2020-06-20 - **Last Updated**: 2024-05-26 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # miMall #### 介绍 这是一个用go语言开发的,仿小米商城的项目 #### 软件架构 软件架构说明 商城后台:go,gin,gorm,采用的MVC模式 商城前台:还没写 #### 安装教程 1. 配置`config.yaml`中的配置信息 2. go mod tidy 增加缺少的module,删除无用的module 3. go run main.go 运行项目 #### 使用说明