Tourism Management 1 Project Report On T
Tourism Management 1 Project Report On T
PROJECT REPORT
ON
TOURISM MANAGEMENT
Submitted by,
Anjana C
Emp.Id : 845338
Batch: CHN19AJ029
Group 9
1
Tourism Management
Contents
1. Abstract 3
2. Introduction 4
3. Requirement Specification 5
Hardware Requirements 5
Software Requirements 5
4. Architecture Design 7
Outline of project 7
Relational Database Schema 8
Snapshots 9
5. Conclusion and Future Scope 12
6. References 12
2
Tourism Management
Abstract
Most of the people in this world like to travel from one place to another no matter
whether it is a small or large distance. The need for a tourism management system
that can manage tourism information with ease is sought after by every tour
management company. Tour Management system is a dynamic website for
tourism business. This travel and tourism application is designed for travel
agencies by which they can manage different tour packages based on the
destinations. By using this, the tour company can tailor tour packages spanning
various destinations at almost every price point. The also implemented search
module allows the administrator to find and update or upgrade the tour packages
with ease. This module can also even be extended to a customer application page
by which customers can find the right tour package for them at every budget,
depending on the tour locations. The main purpose is to help tourism companies
to manage tour packages . The system can also be used for both professional and
business trips. The proposed system maintains a centralized repository to make
necessary travel arrangements and to retrieve information easily.
3
Tourism Management
Introduction
4
Tourism Management
Requirement Specification
Hardware Requirements
RAM Minimum of 512 MB. The recommended amount can vary depending
on the number of users connected and other factors.
Software Requirements
1. Java 1.8+
JDK is an acronym for Java Development Kit. The Java Development Kit
(JDK) is a software development environment which is used to develop java
applications and applets. It physically exists. It contains JRE + development
tools. JDK is an implementation of any one of the below given Java
Platforms released by Oracle corporation: Standard Edition Java Platform,
Enterprise Edition Java Platform, Micro Edition Java Platform. The JDK
contains a private Java Virtual Machine (JVM) and a few other resources
such as an interpreter/loader (Java), a compiler (javac), an archiver (jar), a
documentation generator (Javadoc) etc. to complete the development of a
Java Application.
5
Tourism Management
6. Junit 4
JUnit is a unit testing framework for the Java programming language. JUnit
has been important in the development of test-driven development, and is
one of a family of unit testing frameworks. Its main use is to write repeatable
tests for our application code units.
6
Tourism Management
Architecture Design
The whole software design can be divided mainly into 3 parts - WebUI, a
middleware layer and a persistence layer. This project is developed for a tourism
manager where he is able to add new tourists, update/delete the tourist details. It
also has a search module where the assistant can search the tourist names based
on their from and to location.
7
Tourism Management
8
Tourism Management
Snapshots
1) Home page
2) Login page
9
Tourism Management
3) Tourists List
4) Add Form
10
Tourism Management
5) Search By Location
11
Tourism Management
It is worth mentioning that this project work is open for further enhancement, with
the expectation that it becomes more robust and better enhanced; covering every
single tourist sites. For a modified system, the user need to just login into the
application and can find the routes,costs,hotels,adventure sports,transportations
and book immediately and complete the booking process for a successful
transaction.
In the aspect of tourism, Internet and web technologies have made more readily
available information on tourist locations, accommodations, transportation,
shopping, food, festivals, and other attractions, thus improving the whole tourism
experience.
References
1.https://docs.spring.io/spring/docs/current/spring-framework-reference/
2.https://docs.spring.io/spring/docs/current/spring-framework-reference/core.html#sprin
g-core
3.https://docs.spring.io/spring/docs/current/spring-framework-reference/web.html
4.https://hibernate.org/orm/documentation/5.0/
5.https://maven.apache.org/guides/getting-started/index.html
12