coupons是一个从前端到后端完全开源的淘宝客项目,目前项目已经支持打包成App、微信小程序、QQ小程序、Web站点;理论上其他小程序支持,可能需要微调
- 推荐穿衣搭配
- 搭配筛选
- 搭配详情
- 相关搭配推荐
- 用户点赞
- 商品分类
- 分类查询商品列表
- 首页轮播
- APP、Web支持唤醒淘宝
- 9.9包邮
- 疯抢排行榜
- 首页优质商品推荐
- 商品、优惠券搜索
- 商品详情
- 相似商品推荐
- 商品收藏、收藏夹
- 口令购买、领券购买
- 用户登录、微信登录、QQ登录、手机验证码登录
- 用户新手教程
App下载地址 | QQ小程序 | 微信小程序 | Web站点 |
App下载地址(用手机访问才能正确下载IOS和安卓版本): http://static.szjx.top/download/index.html
Web站点(用手机访问,PC端未适配):http://m.szjx.top
coupons
├── doc -- 数据库脚本
├── server -- 后端源码
├── client -- 前端源码
技术 | 备注 | 地址 |
---|---|---|
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 |
工具 | 版本号 | 下载 |
---|---|---|
JDK | 1.8 | https://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html |
Mysql | 5.7 | https://www.mysql.com/ |
Redis | 5.0 | https://redis.io/download |
Nginx | 1.10 | http://nginx.org/en/download.html |
有任何部署疑问,欢迎给我留言