jacelift / free-mes

免费MES、开源MES,市面上最好的免费MES

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

free mes open source mes Manufacturing Execution System

市面上最好的免费MES,没有任何限制

不要搞错了,这个仓库没有源码,是我们分享出来的免费MES仓库

技术架构:Springboot2+ VUE3 + Mysql8 + Redis + Minio,也有SpringCloud版本

免费不易,努力坚持!记得 Star,不要白嫖~

建议安装在Ubuntu Server 22.04服务器上面

执行步骤:

1、安装docker

curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo apt-key add -
apt-get install -y software-properties-common
add-apt-repository "deb [arch=amd64] https://download.docker.com/linux/ubuntu $(lsb_release -cs) stable"
apt-get install docker-ce -y

2、安装docker-compose

sudo curl -L https://github.com/docker/compose/releases/download/v2.20.2/docker-compose-`uname -s-uname -m` -o /usr/local/bin/docker-compose
sudo chmod +x /usr/local/bin/docker-compose

3、下载源码后,执行 docker-compose up

用户名:metaxk
密码:111111

完整代码包含前端、后端、数据大屏、报表系统

DEMO:

演示账号:

https://mesv2.cloudmes.io/

账号:test001 密码:111111

账号:test002 密码:111111

联系我们:17898898894

MES系统流程图

image

MES功能架构图

image

MES排产功能图

image

排班日历

image

排班计划

image

生产订单

image

生产排产

image

生产任务

image

生产报工

image

数据大屏1

image

数据大屏2

image

About

免费MES、开源MES,市面上最好的免费MES

License:GNU General Public License v3.0


Languages

Language:PLpgSQL 100.0%Language:Shell 0.0%Language:Dockerfile 0.0%