Skip to content

Commit

Permalink
update README.md.
Browse files Browse the repository at this point in the history
  • Loading branch information
chopper711 authored and gitee-org committed Nov 19, 2021
1 parent 3cabf0a commit c09b606
Showing 1 changed file with 10 additions and 51 deletions.
61 changes: 10 additions & 51 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,7 @@

Lilishop商城系统支持商家入驻,后端基于SpringBoot 研发,前端使用 Vue、uniapp开发, **系统全端全部代码开源**

商城前后端分离,支持分布式部署,各个API独立,并且有独立的消费者。

商城包含 会员模块、**第三方登录模块****第三方支付模块****楼层装修模块**、订单模块、商品模块、促销模块、分销模块、文章模块、系统设置模块、流量分析模块和平台运营模块

商城包含各种中间件、搜索引擎、多级缓存、分布式事务、分布式任务调度等,支持Docker,支持k8s。是一款高性能、支持分布式、支持扩展的商城系统。
商城前后端分离,支持分布式部署,支持Docker,支持k8s,各个API独立,并且有独立的消费者。

### 商城 API/消费者 聚合版
api不需要单独部署,只需启动一个jar包就可以正常运转 如有需要,可以点击跳转
Expand All @@ -41,27 +37,27 @@ https://docs.pickmall.cn

### 💧 开源商城项目地址(gitee)

**API(商城所有API)**https://gitee.com/beijing_hongye_huicheng/lilishop.git
**API**https://gitee.com/beijing_hongye_huicheng/lilishop.git

**UI(平台管理端/商家端/买家PC端)**https://gitee.com/beijing_hongye_huicheng/lilishop-ui.git

**uniapp(商城移动端,支持小程序/APP/H5)**https://gitee.com/beijing_hongye_huicheng/lilishop-uniapp.git

**docker一键部署(商城部署脚本)**https://gitee.com/beijing_hongye_huicheng/docker.git
**docker脚本**https://gitee.com/beijing_hongye_huicheng/docker.git

### 💧 开源商城项目地址(github)

**API(商城所有API)**https://github.com/hongyehuicheng/lilishop.git
**API**https://github.com/hongyehuicheng/lilishop.git

**UI(平台管理端/商家端/买家PC端)**https://github.com/hongyehuicheng/lilishop-ui.git

**uniapp(商城移动端,支持小程序/APP/H5)**https://github.com/hongyehuicheng/lilishop-uniapp.git

**docker一键部署(商城部署脚本)**https://github.com/hongyehuicheng/docker.git
**docker脚本**https://github.com/hongyehuicheng/docker.git



☃️ UI 项目下3个文件夹 buyer:买家PC端,seller:商家端,manager:后台管理端
☃️ 商城UI 项目下3个文件夹 buyer:买家PC端,seller:商家端,manager:后台管理端


### 💧 演示地址(手机验证码为 ‘111111’)
Expand All @@ -72,52 +68,18 @@ https://docs.pickmall.cn

**商城PC页面**https://pc-b2b2c.pickmall.cn

**商城移动端(请使浏览器手机模式,或者用手机浏览器打开)**https://m-b2b2c.pickmall.cn

**商城 小程序/公众号/APP(支持ios、android)**:扫描二维码
**商城 小程序/公众号/APP**:扫描二维码

![image-20210511171611793](https://pickmall.cn/assets/imgs/h5-qrcode.png)

### 🚙 3行命令搭建本地商城(注:只能本机访问,前端镜像固定访问 127.0.0.1,如果是非本机体验,请自行下载源码操作镜像)

温馨提示:由于服务中间件较多,如果笔记本环境启动内存没有32g可能无法启动成功(macbookpro 2020 16g内存启动无法成功),台式机在16g内存、AMD 3700x 的ubuntu系统成功运行。

##### docker环境安装 [点击跳转](https://docs.pickmall.cn/deploy/%E8%BF%90%E8%A1%8C%E7%8E%AF%E5%A2%83%E5%87%86%E5%A4%87.html)
### 🚙 快速体验商城
![点击跳转](https://docs.pickmall.cn/deploy/%E8%BF%90%E8%A1%8C%E7%8E%AF%E5%A2%83%E5%87%86%E5%A4%87.html)

##### 下载docker-compose脚本
`git clone https://gitee.com/beijing_hongye_huicheng/docker.git `

##### 部署商城所需中间件
`docker-compose up -d`

##### 部署商城应用
`docker-compose -f docker-compose-application.yml up -d`

PS:商城数据库非docker部署
**商城数据库**
https://gitee.com/beijing_hongye_huicheng/docker/tree/master/init/mysql

这里有与tag版本一致的sql,根据tag获取sql,如果使用master代码

##### 商城 API/UI 地址

| API | 地址 |
| -------------- | --------------- |
| 买家API | http://127.0.0.1:8888 |
| 商家API | http://127.0.0.1:8889 |
| 管理端API | http://127.0.0.1:8887 |
| 通用API | http://127.0.0.1:8890 |

| 前端演示 | 地址 |
| -------------- | --------------- |
| 商城PC端 | http://127.0.0.1:10000 |
| 商城H5端 | http://127.0.0.1:10001 |
| 卖家端 | http://127.0.0.1:10002 |
| 平台管理端 | http://127.0.0.1:10003 |

其他小程序/app等需自行打包。



### ⚾️ 功能列表


Expand All @@ -133,9 +95,6 @@ https://gitee.com/beijing_hongye_huicheng/docker/tree/master/init/mysql
![商家端功能](https://pickmall.cn/assets/imgs/other/storeList.jpg)





### 🧩 商城前端功能展示

#### ⚽️ 商城移动端
Expand Down

0 comments on commit c09b606

Please sign in to comment.