# eat **Repository Path**: mustar01/eat ## Basic Information - **Project Name**: eat - **Description**: No description available - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-05-11 - **Last Updated**: 2022-05-25 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 简单外卖点餐系统 本系统采用springboot后端,vue前端实现,架构采用传统MVC三层架构。 环境要求: 1. MySQL 2. IDEA 3. Maven 4. JDK 5. Node.js 6. Vue-cli 部署: 1. mysql建库 eat 2. eat库执行eat.sql 3. application.yml文件中修改数据库信息 4. IDEA启动或者jar命令后端 5. node命令启动前端