资料详情

基于NestJS的旅游APP设计与实现 毕业论文+开题报告

头像

android

编号:3379

摘  要

旅游APP是当前移动互联领域研究的热点问题,以Android Studio为移动开发平台,以良好的用户体验为切入点,更是人们沟通交流、获取信息的重要的媒介。Android平台凭借其完全的开放性和良好的系统可移植性迅速成为智能手机主流平台之一。随着Android移动设备的普及,众多传统行业逐渐重视起移动终端及相关手机应用的重要性。

基于上述背景分析,本文以方便旅游者随时随地获取地方非物质文化遗产旅游资讯为目标,设计和实现了一款基于Android的地方非物质文化遗产旅游手机APP,系统可提供包括旅游线路规划、旅游景点查询、周边美食获取、天气预报等功能。

本文遵循软件工程相关规范,围绕系统的分析、设计和实现展开,在分析系统设计原则基础上,从系统架构、业务流程、功能模块等方面阐明了该系统的总体设计,并对系统的若干核心功能进行了详细的设计,基于Android平台,采用Nest.JS语言实现了系统,并对系统进行了测试。系统功能强大,性能稳定,移动用户可随时随地获取便捷、有效的地方非物质文化遗产旅游信息,为出行带来了巨大便利。

关键词:旅游;非物质文化遗产;旅游APP;Nest.JS;MySQL


ABSTRACT

Tourism APP is a hot topic in the field of mobile interconnection. Taking Android Studio as the mobile development platform and good user experience as the breakthrough point, it is also an important medium for people to communicate and obtain information. Android platform has quickly become one of the mainstream platforms of smart phones with its complete openness and good system portability. As the popularity of Android mobile devices, many traditional industries gradually attach importance to the importance of mobile terminals and related mobile phone APPlications.

On the basis of the above background analysis, this paper aims to facilitate tourists to obtain local intangible cultural heritage tourism information anytime and anywhere, and designs and realizes a local intangible cultural heritage tourism mobile phone APP, system based on Android, which can provide functions including tourist route planning, tourist attractions inquiry, peripheral food acquisition, weather forecast and so on.

This paper follows the relevant specifications of software engineering, and revolves around the analysis, design and implementation of the system. on the basis of analyzing the system design principles, the overall design of the system is expounded from the aspects of system architecture, business process, functional modules, and some core functions of the system are designed in detail. based on the Android platform, the system is implemented in Nest.JS language, and the system is tested. The system has powerful function and stable performance. Mobile users can obtain convenient and effective local intangible cultural heritage tourism information anytime and anywhere, which brings great convenience to travel.

Keywords: tourism; intangible cultural heritage; tourism APP;Nest.JS;MySQL


目  录

摘  要

ABSTRACT

1 绪论

1.1选题背景及意义

1.1.1选题背景

1.1.2目的及意义

1.2国内外研究现状

1.2.1国内研究现状

1.2.2 国外研究现状

1.2.3发展趋势

1.3研究主要内容

2相关技术浅析

2.1 开发技术

2.1.1 Node.js语言概述

2.1.2 NestJS框架概述

2.1.3 Vue.js介绍

2.1.4 MySQL介绍

2.2 Adroid开发平台

2.2.1 基本概念

2.2.2 简介

2.2.3 系统架构

2.2.4 四大组件

3 需求分析

3.1系统的可行性研究与分析

3.1.1 可行性研究

3.1.2需求分析

3.2需求分析

3.2.1需求描述

3.2.2用例建模

3.3用例描述

3.3.1用户管理用例描述

3.3.2 团目管理用例描述

4系统设计

4.1系统总体结构设计分析

4.2数据库设计

4.2.1 概念模型

4.2.2 逻辑模型

4.2.3 物理模型

4.2.4 ER图

4.2.5 数据表设计

5 系统实现

5.1前台APP展示模块介绍

5.1.1 首页

5.1.2 查看相册

5.1.3 查看景点

5.1.4查看天气

5.1.5查看酒店

5.2后台网页管理模块介绍

5.2.1 管理员模块

5.2.2 相册管理模块

5.2.3景点管理模块

5.2.4天气管理模块

5.2.5 酒店管理模块

6 系统测试

6.1测试的任务及目标

6.1.1测试的任务

6.1.2测试的重要性及目标

6.2测试方案

6.2.1模块测试

6.2.2集成测试

6.2.3验收测试

6.2.4平行运行

6.3系统评价

总  结

参考文献

致  谢