Skip to content

免费MES、开源MES,市面上最好的免费MES Manufacturing Execution System cloudmes freemes

License

Notifications You must be signed in to change notification settings

brucemareri/free-mes

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 密码:123456

账号:test002 密码:123456

联系我们:17898898894

MES系统流程图

image

MES功能架构图

image

MES排产功能图

image

排班日历

image

排班计划

image

生产订单

image

生产排产

image

生产任务

image

生产报工

image

数据大屏1

image

数据大屏2

image

About

免费MES、开源MES,市面上最好的免费MES Manufacturing Execution System cloudmes freemes

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PLpgSQL 100.0%