小程序建站 发表于 2021-11-9 09:35:03

beego开发的商城基础快速开发框架附源码

项目先容:
go-mall意象商城背景管理系统(目前版本v1.3)基于当前流行技术组合的前后端商城管理系统:Go1.15.x+Beego2.x+Casbin+Jwt+Redis+Mysql8+Vue 的前后端分离电商管理系统,权限控制采用RBAC,支持商城多级分类,商品管理、商品sku、图片素材、数据字典与数据权限管理,支持动态路由等
技术栈:

[*]后端利用技术 1.1 beego2.x1.2 jwt1.3 redis1.5 Mysql81.6 Go1.15.x1.7 copier1.8 ksuid1.9 Redis1.10 swagger1.11 Casbin
[*]前端利用技术 2.1 Vue 全家桶2.2 Element
详细结构
- common 公共模块    - enums 枚举模块    - jwt jwt模块    - redis redis模块    - untils 工具模块    - runtime 全局存储    - constant.go 常量- conf 公共配置- controllers 控制器模块        - admin 管理背景        - app app模块    - shop 商城模块    - base.go 公共控制器- fiters 过滤器- initialize 初始化    - casbin.go    - dbinit.go    - init.go    - loginit.go    - task.go- logs 日记存放- models 公共模型        - dto dto模块        - vo vo模块    - xxx.go 公共model- routers 路由- static 上传图片资源目录- swagger swagger- tests tests配置、启动、部署

1、安装go>=1.15,这个可以https://studygolang.com/dl下载2、开启mod: go env -w GO111MODULE=on3、配置署理:go env -w GOPROXY=https://goproxy.cn,direct 这个让下载依赖速度更快4。下载项目:git clone https://gitee.com/guchengwuyue/go-mall.git5、go mod tidy 安装所需依赖6、导入sql/yshop_go.sql,修改conf/app.conf 里数据库与redis配置7、bee run 启动即可8、线上部署: bee pack-be GOOS=linux打包然后上传服务器命令: nohup ./yshop & 9、配置nginx 反向署理即可截图
https://p5.toutiaoimg.com/large/pgc-image/8b1309dae40743fcae0c3dc454c6121e
https://p26.toutiaoimg.com/large/pgc-image/1d30f2d998c643df8257ff3a255f35b6
https://p26.toutiaoimg.com/large/pgc-image/8ece59918724400789ac1a6f2f51a91a
https://p26.toutiaoimg.com/large/pgc-image/254e0a8c227c486cb0c407102503f4e5
https://p26.toutiaoimg.com/large/pgc-image/85688d8b2b59438abba7b2544dabfac9
https://p3.toutiaoimg.com/large/pgc-image/a6c4ae26956e4228b5cc72740c29159d
https://p9.toutiaoimg.com/large/pgc-image/6f788a66c0de48729f05f7674eabb62e
https://p26.toutiaoimg.com/large/pgc-image/eb61542413164b5cbc214251b8cf75f3
https://p5.toutiaoimg.com/large/pgc-image/3be799f576ff4fc0b26a9dd848e5c6bd
想要源码,记得关注+转发+私信 私信回复【beego商城】
页: [1]
查看完整版本: beego开发的商城基础快速开发框架附源码