Skip to content
/ handgo Public
forked from stackfing/handgo

Spring Boot + Vue 前后端分离的购物商城项目

License

Notifications You must be signed in to change notification settings

xcl1102/handgo

 
 

Repository files navigation

简介

本项目已经半年多没有碰了,得知被推荐,烂代码需要重构,本人将继续开发,也希望各位朋友指出问题!

本项目已经放弃维护

基于 Spring Boot,前后端分离的一个购物商城项目

【项目施工中...欢迎 star】

后台截图(注意:项目正在重新开发,UI 即将更改。此图为早期版本)

首页

本地开发运行部署

环境准备:

  • 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

About

Spring Boot + Vue 前后端分离的购物商城项目

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 76.8%
  • HTML 14.8%
  • FreeMarker 7.7%
  • Vue 0.7%