摘  要

随着社会的发展和生活节奏的加快,传统非遗美食逐渐淡出人们的日常生活,甚至濒临失传的边缘。为了弘扬传统文化、保护非遗美食,借助互联网技术开发非遗美食线上点餐小程序具有重要的背景意义。有助于传统文化的传承和发展,又能促进非遗传承人和从业者的经济收益,对于推动非遗保护工作具有积极的意义和作用。

首先,本文介绍了系统的开发背景和意义,分析了当前非遗管理的现状和存在的问题,并指出了电子商务对于菜品销售的重要性和作用。其次,本文阐述了非遗美食线上点餐小程序的总体架构和设计思想,详细介绍了系统的功能模块、数据库设计以及前端界面的设计。本非遗美食线上点餐小程序,采用Java语言、微信小程序和MySQL数据库实现基本业务。在系统实现部分,本文重点介绍了如何使用微信小程序开发点餐功能的流程,如何使用MySQL数据库进行数据的存储和管理。该系统的实现有助于提高非遗美食的销售效率和用户的购物体验,具有一定的实际应用价值和市场前景。


关键词:非遗美食,微信小程序,就餐、餐饮菜品,寻味非遗,数据库


 

Abstract

With the development of society and the acceleration of the pace of life, traditional intangible cultural heritage cuisine is gradually fading out of people's daily lives, and even on the brink of extinction. In order to promote traditional culture and protect intangible cultural heritage food, it is of great significance to develop online ordering programs for intangible cultural heritage food with the help of Internet technology. It is conducive to the inheritance and development of traditional culture, and can also promote the economic benefits of inheritors and practitioners of intangible cultural heritage, which has a positive significance and role in promoting the protection of intangible cultural heritage.

Firstly, this article introduces the development background and significance of the system, analyzes the current situation and existing problems of intangible cultural heritage management, and points out the importance and role of e-commerce in dish sales. Secondly, this article elaborates on the overall architecture and design ideas of the online ordering mini program for intangible cultural heritage cuisine, and provides a detailed introduction to the system's functional modules, database design, and front-end interface design. This intangible cultural heritage food online ordering mini program uses Java language, WeChat mini program, and MySQL database to achieve basic business. In the system implementation section, this article focuses on the process of using WeChat mini programs to develop ordering functions, and how to use MySQL databases for data storage and management. The implementation of this system helps to improve the sales efficiency of intangible cultural heritage cuisine and the shopping experience of users, and has certain practical application value and market prospects.


Keywords: Intangible cultural heritage cuisine, WeChat mini program, dining and dining dishes, searching for intangible cultural heritage, database


目 录

摘  要 1

ABSTRACT 2

第一章  绪 论 6

1.1研究背景 6

1.2国内外研究现状 6

1.2.1 国外研究现状 6

1.2.2 国内研究现状 7

1.3课题意义 7

第二章  相关技术简介 8

2.1 JAVA技术 8

2.2 MYSQL数据库 8

2.3 微信小程序技术 8

第三章  系统分析 10

3.1可行性分析 10

3.1.1 经济可行性 10

3.1.2 技术可行性 10

3.1.3 法律可行性 10

3.1.4 社会可行性 10

3.2系统需求分析 10

3.2.1性能需求 10

3.2.2功能需求 11

3.3系统UML用例分析 11

第四章  系统设计 13

4.1系统架构设计 13

4.2微信小程序端功能设计 14

4.3数据库设计 15

4.3.1 数据库E-R图 15

4.3.2 数据库表设计 17

第五章  系统的实现 26

5.1首页的实现 26

5.2 用户注册界面 26

5.3 用户登录界面 27

5.4 个人资料界面 28

5.5 菜品详情界面 29

5.6 菜品咨询界面 30

5.7 我的订单界面 31

第六章  系统测试 32

6.1测试目的 32

6.2测试用例 32

6.3测试分析 34

第七章  总 结 35

参考文献 36

致  谢 37

 

非遗美食线上点餐小程序主要为买卖双方提供一个在线交易平台,从用户角度划分,包括管理员、商家和会员。

对于会员用户,需要能够浏览非遗美食线上点餐小程序的所有菜品信息,包括菜品分类、介绍、价格等。在浏览过程中,可以查看其他用户的评价,并对感兴趣的菜品进行购买。在收银台选择收货地址后提交订单进行结算,最终生成订单号。用户可以在个人中心查看购买的订单列表。

管理员用户主要是经营者,需要发布菜品信息、上传菜品图片、及时更新系统的广告等图片。管理员可以对菜品订单进行管理,如发货、查看订单状态和金额等。此外,管理员还可以管理系统信息,如轮播图、数据库等的管理。

商家可以管理自己的菜品信息,查看菜品订单。管理个人信息,修改个人密码。


非遗美食线上点餐小程序系统-计算机毕业设计源码+LW文档_微信小程序

非遗美食线上点餐小程序系统-计算机毕业设计源码+LW文档_MySQL_02

非遗美食线上点餐小程序系统-计算机毕业设计源码+LW文档_MySQL_03

非遗美食线上点餐小程序系统-计算机毕业设计源码+LW文档_微信小程序_04