Thanks to visit codestin.com
Credit goes to github.com

Skip to content

zlanzip/handgo

 
 

Repository files navigation

简介

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

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

后台截图

首页

本地开发运行部署

环境准备:

  • nodejs、npm、idea、mysql

  • 下载 zip 直接解压或安装 git 后执行克隆命令 [email protected]: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 75.5%
  • HTML 15.8%
  • FreeMarker 8.2%
  • Vue 0.5%