项目介绍
Mall-Coupons是一个从前端到后端完全开源的淘宝客项目,当初学习完uniapp之后想做一个实战项目,所以才研发了这个项目。由于本人平时主要从事后端研发,界面样式非我所长,所以大家觉得界面效果不好的可以自己修改。目前项目已经支持打包成App、微信小程序、QQ小程序、Web站点;理论上其他小程序也支持,可能需要微调
Github地址:
- 后端项目地址:https://github.com/silently9527/mall-coupons-server
- 前端项目地址:https://github.com/silently9527/mall-coupons
Gitee地址:
- 后端项目地址:https://gitee.com/silently9527/mall-coupons-server
- 前端项目地址:https://gitee.com/silently9527/mall-coupons
效果预览
功能列表
- [x] 推荐穿衣搭配
- [x] 搭配筛选
- [x] 搭配详情
- [x] 相关搭配推荐
- [x] 用户点赞
- [x] 商品分类
- [x] 分类查询商品列表
- [x] 首页轮播
- [x] APP、Web支持唤醒淘宝
- [x] 9.9包邮
- [x] 疯抢排行榜
- [x] 首页优质商品推荐
- [x] 商品、优惠券搜索
- [x] 商品详情
- [x] 相似商品推荐
- [x] 商品收藏、收藏夹
- [x] 口令购买、领券购买
- [x] 用户登录、微信登录、QQ登录、手机验证码登录
- [x] 用户新手教程
技术选型
后端技术
技术 | 备注 | 地址 |
---|---|---|
SpringBoot | 容器+MVC框架 | https://spring.io/projects/spring-boot |
MyBatis | ORM框架 | http://www.mybatis.org/mybatis-3/zh/index.html |
SpringSecurity | 认证和授权框架 | https://spring.io/projects/spring-security |
SpringSocial | OAuth2认证框架 | https://github.com/spring-projects/spring-social |
Redis | 分布式缓存 | https://redis.io/ |
Druid | 数据库连接池 | https://github.com/alibaba/druid |
Lombok | 简化对象封装工具 | https://github.com/rzwitserloot/lombok |
Fastjson | JSON工具 | https://github.com/alibaba/fastjson |
spring-data-mybatis | 封装Mybatis实现JPA部分功能 | https://github.com/easybest/spring-data-mybatis |
前端技术
技术 | 备注 | 地址 |
---|---|---|
Vue | 前端框架 | https://vuejs.org/ |
UniApp | 一个使用 Vue.js 开发所有前端应用的框架 | https://uniapp.dcloud.io/ |
Vuex | 全局状态管理框架 | https://vuex.vuejs.org/ |
colorui | 样式库 | https://github.com/weilanwl/ColorUI |
开发环境
部署文档
关注微信公众号:贝塔学JAVA
;回复文档
获取部署文档
有任何部署疑问,欢迎给我留言