• Stars
    star
    406
  • Rank 103,509 (Top 3 %)
  • Language
    Go
  • License
    GNU Affero Genera...
  • Created almost 2 years ago
  • Updated about 2 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

本项目为新蜂商城的 Go 语言版本,技术栈为 Go + Gin,主要面向服务端开发人员。

newbee-mall 项目的 go 语言版本

本项目为新蜂商城后端接口 newbee-mall-api 的 go 语言版本,当前项目中的代码主要由 @十三@可乐 共同开发。newbee-mall 项目是一套电商系统,基于 Spring Boot 2.X 及相关技术栈开发。本项目采用了原版本的所有数据结构,技术栈为 Go + Gin,主要面向服务端开发人员,前端 Vue 页面源码在另外三个 Vue 仓库。

前端项目:

如果觉得项目还不错的话可以给项目一个 Star 吧。

联系作者

大家有任何问题或者建议都可以在 issues 中反馈给我。

项目讲解

本地启动

后端项目启动

首先导入 static-files 中的 sql 文件。

# 克隆项目
git clone https://github.com/newbee-ltd/newbee-mall-api-go

# 使用 go mod 并安装go依赖包
go generate
# 编译 
go build -o server main.go (windows编译命令为go build -o server.exe main.go )
# 运行二进制
./server (windows运行命令为 server.exe)

前端项目启动

然后按照原项目的部署说明部署即可。

后台管理项目

测试用户名:admin 测试密码:123456

前台商城

直接注册账号就可以了。

页面展示

以下为新蜂商城 Vue 版本的页面预览:

  • 登录页

  • 首页

  • 商品搜索

  • 商品详情页

  • 购物车

  • 生成订单

  • 地址管理

  • 订单列表

  • 订单详情

感谢

More Repositories

1

newbee-mall

🔥 🎉newbee-mall是一套电商系统,包括基础版本(Spring Boot+Thymeleaf)、前后端分离版本(Spring Boot+Vue 3+Element-Plus+Vue-Router 4+Pinia+Vant 4) 、秒杀版本、Go语言版本、微服务版本(Spring Cloud Alibaba+Nacos+Sentinel+Seata+Spring Cloud Gateway+OpenFeign+ELK)。 前台商城系统包含首页门户、商品分类、新品上线、首页轮播、商品推荐、商品搜索、商品展示、购物车、订单结算、订单流程、个人订单管理、会员中心、帮助中心等模块。 后台管理系统包含数据面板、轮播图管理、商品管理、订单管理、会员管理、分类管理、设置等模块。
Java
10,870
star
2

newbee-mall-vue3-app

🔥 🎉Vue3 全家桶 + Vant 搭建大型单页面商城项目,新蜂商城 Vue3.2 版本,技术栈为 Vue3.2 + Vue-Router4.x + Pinia + Vant4.x。
Vue
5,842
star
3

vue3-admin

🔥 🎉Vue 3 + Vite 2 + Vue-Router 4 + Element-Plus + Echarts 5 + Axios 开发的后台管理系统
Vue
3,138
star
4

newbee-mall-vue-app

🔥 🎉Vue2 全家桶 + Vant 搭建大型单页面商城项目。新蜂商城前后端分离版本-前端Vue项目源码
Vue
1,542
star
5

newbee-mall-api

🔥 🎉新蜂商城前后端分离版本-后端API源码
Java
1,273
star
6

newbee-mall-plus

🔥 🎉newbee-mall-plus 项目是 newbee-mall 项目的升级版本,增加了优惠券模块、商品秒杀模块、支付宝支付,优化了搜索功能,后续会继续增加功能模块以及流行的技术栈。
Java
615
star
7

newbee-mall-cloud

🔥 🎉newbee-mall-cloud 项目是新蜂商城 newbee-mall 项目的微服务版本,一款基于 Spring Cloud Alibaba + Nacos + Sentinel + Seata + Spring Cloud Gateway + OpenFeign 等技术的大型微服务实战项目。
Java
263
star
8

newbee-mall-manage

新蜂商城后台管理系统
JavaScript
248
star
9

vue3-examples

vue3 examples
145
star