# 星空MES **Repository Path**: GeekCoding520/xingkong-mes ## Basic Information - **Project Name**: 星空MES - **Description**: 星空开源MES - **Primary Language**: Java - **License**: GPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 32 - **Created**: 2025-02-07 - **Last Updated**: 2025-02-07 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ### 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 ### 4、访问:http://localhost:48081 用户名: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