# waterghost-commerce **Repository Path**: WaterGhost/waterghost-commerce ## Basic Information - **Project Name**: waterghost-commerce - **Description**: 移动端电商平台 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 3 - **Forks**: 0 - **Created**: 2022-04-13 - **Last Updated**: 2024-01-21 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # **Waterghost-Commerce(电商平台)** ## **目录:** [模块](#_模块) [负责人员](#_负责人员) [后端技术栈](#_后端技术栈) [前端技术栈](#_前端技术栈:) [中间件](#_中间件) 后端启动 前端启动 ### **模块** 电商平台 功能模块 / 细分功能: 模块:首页、详情页、购物车、个人中心、搜索页、筛选页、客服聊天 细分: 首页:搜索栏、秒杀、轮番图、通知、展示推荐物品、 详情页:价格、图片集、物品参数、详情海报、店铺信息、 ### **负责人员** 前端:阿航 后端:北辞 ### **后端技术栈** | SpringBoot | 简化Spring 复杂开发 | | ----------------- | --------------------------------------- | | Spring | 后端框架 IOC | | Mybaits - Plush | 操作数据库 | | SpringMVC | MVC模型 | | Rabbit-Temple | 操作Rabbit 消息队列 模板 - 异步操作功能 | | SpringCloud | 用来做分布式 | | RedisTemple | 操作Redis 缓存数据库 进行缓存数据 | | Spring-Validation | 参数校验 | | Spring-Security | 安全校验角色授权框架 | ### **中间件** | Mysql | 数据库 | | -------- | -------------- | | Redis | 缓存数据库 | | RabbitMQ | 消息队列服务器 | | | | ### **前端技术栈:** | Vue | 网页设计与功能 | | ----------------- | --------------------------------------- | | Vuex | 管理数据 | | Vue-cli | 创建Vue项目 | | Vue-router | Vue路由 | | Axios | 网络请求 | | Element UI | 网页UI | | Swiper | 网页轮播设计 | ### 前端快速启动: > ​ npm insatll --> 加载依赖 > > npm run serve --> 启动程序 ### 后端快速启动: > 1、初始化数据库 > > ​ 2、启动Eureka jar包 > > ​ 3、启动consumer jar包 > > ​ 4、更改provider jar包中的数据库账号及密码 > > ​ 5、 启动provider jar包