保健品微商销售应用程序的设计与实现摘 要保健品微商销售应用是根据网上购物平台为模板开发,主要用于保健品推荐及销售的电商应用。其设计与实现经历了需求分析、数据库设计、系统详细设计、功能编码以及系统测试五个主要步骤。本应用设计主要包括后台数据库的设计以及前端程序的开发与设计,整个应用分为商家端和客户端,商家可以对保健品商品进行管理,对订单发起管理等;客户则可以浏览保健品商品页面,添加商品进购物车以及购买商品,也可以在应用中进行测试,根据测试结果及自身需要决定是否购买保健品。本应用程序采用了改良后的精简 FFQs(膳食频率问卷法)测试功能,能够进一步准确且有效地对客户的饮食结构与健康状态做出一个合理的评估,从而推荐出更符合客户个人需求的保健品参考内容。本应用在软件的架构上采用了 Springboot 作为后端框架,以 MySQL5.7 作为数据库,并在微信小程序开发工具、IntelliJ IDEA 上实现系统前后端的各项功能、对本应用的功能进行了各类测试。关键词:微商销售应用,springboot,微信小程序开发Design and Development of The Health Care Product WeChat Business System AbstractThe WeChat business system of health care product is developed based on the online shopping platform as a template, and is mainly used for e-commerce applications for health care product recommendation and sales. Its design and implementation have gone through five main steps: requirement analysis, database design, detailed system design, functional coding, and system testing. This application design mainly includes the design of the back-end database and the development and design of the front-end program. The entire application is divided into merchants and clients. Merchants can manage health care products, order management, etc. customers can browse the health care products page, add goods to the shopping cart and purchase goods, also can test in the application according to the test results and their own needs to decide whether to buy health care products. This application uses...