# handgo **Repository Path**: stackfing/handgo ## Basic Information - **Project Name**: handgo - **Description**: Spring Boot + Vue 前后端分离的购物商城项目 - **Primary Language**: Java - **License**: Apache-2.0 - **Default Branch**: dev - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 311 - **Forks**: 57 - **Created**: 2018-02-13 - **Last Updated**: 2025-06-11 ## Categories & Tags **Categories**: ecommerce **Tags**: None ## README ## 简介 ~~本项目已经半年多没有碰了,得知被推荐,烂代码需要重构,本人将继续开发,也希望各位朋友指出问题!~~ 本项目已经放弃维护 基于 Spring Boot,前后端分离的一个购物商城项目 ### ~~【项目施工中...欢迎 star】~~ #### 后台截图
#### 首页
### 本地开发运行部署 环境准备: * nodejs、npm、idea、mysql * 下载 zip 直接解压或安装 git 后执行克隆命令 `git@github.com:imfing/handgo.git` * 其他系统 * 在 MySQL 中创建数据库 `handgo` * 导入项目至 IDEA,将工程中的 `handgo.sql`导入 MySQL * 运行各个系统 * 后台管理系统 * 进入后台管理系统目录在命令行中输入 `npm run dev` 运行。地址为:http://localhost:8080 ### 开发进度
系统 模块名称 地址 开发状态
前台首页系统 handgo-front http://localhost:8889 60%
后台超级管理员系统 handgo-admin http://localhost:8888 30%
个人中心系统 handgo-home http://localhost:8893 10%
单点登录系统 handgo-sso http://localhost:8892 80%
活动系统 \ \ 未开发
商家管理系统 \ \ 未开发
订单管理系统 \ \ 未开发
### 技术一览表 * Spring 全家桶 * MySQL * Freemarker * Vue 全家桶 * Element