# Xiaomi-Mall **Repository Path**: wlygenius/xiaomi-mall ## Basic Information - **Project Name**: Xiaomi-Mall - **Description**: 仿照小米商城实现 - **Primary Language**: Java - **License**: MulanPSL-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2022-06-07 - **Last Updated**: 2023-10-08 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Xiaomi-Mall #### 介绍 仿照小米商城实现 ## 技术栈 - **前端:**`Vue`+`Vue-router`+`Vuex`+`Element-ui`+`Axios`[前端项目地址](https://gitee.com/wlygenius/xiaomi-vue-store-master) - **后端:**`SpringBoot` +`Redis`+ `RabbitMQ` - **数据库:**`Mysql` ## 功能实现 - [x] 用户注册与登录 - [x] 商品首页展示 - [x] 商品分类列表展示 - [x] 商品详情页 - [x] 购物车 - [x] 订单结算 - [x] 我的收藏 - [x] 秒杀商品 - [x] 定时添加秒杀商品 - [x] 记录用户行为日志 ## 页面截图 **首页** ![](previewImages/firstPage.png) **全部商品** ![](previewImages/totalGoods.png) **购物车** ![](previewImages/carts.png) **我的收藏** ![](previewImages/collect.png) **我的订单** ![](previewImages/order.png) **登录** ![](previewImages/login.png) **注册** ![](previewImages/register.png)