final-report-ty-bsc-computer-science by Gaurav
final-report-ty-bsc-computer-science by Gaurav
A
PROJECT REPORT ON
DURING SEM-VI
SUBMITTED TO
SAVITRIBAI PHULE PUNE UNIVERSITY, PUNE
GANESHKHIND, PUNE-411007
SUBMITTED BY
1. GAURAV JANMARE
2. OM SAMANTRAY
3. ARUN BARGAJE
4. SHIVRATNA CHAPHE
UNDER GUIDANCE OF
CERTIFICATE
This is to certify that Mr. Gaurav Janmare (Seat No: 37 ) , Mr. Om
Samantray (Seat No: 84 ), Mr.Arun Bagaje (Seat No: 14) , Mr.Shivratna
Chaphe (Seat No: 19 ) of T.Y.BSC. (Computer Science) has successfully
completed a project on “ TOUR AND TRAVEL WEBSITE ” satisfactorily as
partial fulfillment of T.Y.BSC. (Computer Science) Semester-VI in academic
year 2024-25.
ACKNOWLEDGEMNET
INDEX
1 Introduction
2 Objectives
4 Technology Stack
5 Features of the
Website
6 Design and
Development
7 Testing
lOMoARcPSD|33073484
8 Deployment
9 Conclusion
10 Future
Enhancements
11 References
INTRODUCTION
In the digital age, the travel industry has seen a significant transformation with
the advent of online platforms. This project report outlines the development of
a Tour and Travel website aimed at providing users with a seamless experience
in planning and booking their travel itineraries. The website serves as a
comprehensive platform for Travelers to explore destinations, book
accommodations, and plan activities.
OBJECTIVIE
To create a user-friendly interface for Travelers to search and book travel packages.
TECHNOLOGY STACK
User Reviews: Users can leave reviews and ratings for packages
they have booked.
TESTING
DEPLOYMENT
CONCLUSION
The Tour and Travel website successfully meets the objectives set forth
at the beginning of the project. It provides a comprehensive platform
for users to plan their travels efficiently. The project has laid a strong
foundation for future enhancements and scalability.
FUTURE ENHANCEMENT
REFERENCES
Chapter-2:System Analysis
Study of Present System:
Working of a Typical Event management system.Event
managers plan and organize promotional, business and social events.
They're responsible for running a range of events, ensuring the target
audience is engaged and the message of the event is marketed
properly. Events play a huge part in the success of a brand or an
organisation.
#Scope
1. Social Events
2. Political Events
3. Religious Events
4. Entertainment Events
5. Sports Events
#Benefits
. Increase/develop the economy.
. New strategic plan or model
. Marketing and Promotion
.Brand Management
.Environmental impacts
lOMoARcPSD|33073484
Chapter-3:Requirement Analysis
Feasibility Study:
System analyst has to examine whether the developed computerized
Event management system is feasible from the point of view of
operational, technical & economical.System analyst has to also
consider the feasibility factors at the time of analyzing of system.The
study of following points will prove if the proposed system is feasible
or not.
1.Technical Feasibility:
A computerized system will be technically more effective than
the existing than the existing manual system.Person who is presently
handling manual system is going to handle the computerized Event
management system.The software system may be easy to understand
and use because this is as per the user requirement.The software
system produces reports as per the requirement of the end
user .e.g.supplier order records,bills,bill receipt reports.As various
register used in administrative Event Management system,transactions
are to be authorized by the department,maintaining them on computer
would be an additional facility for them.
lOMoARcPSD|33073484
Chapter-4:Design
Entity Relationship Diagram:
lOMoARcPSD|33073484
Class Diagram:
lOMoARcPSD|33073484
Sequence Diagram:
lOMoARcPSD|33073484
Activity Diagram:
lOMoARcPSD|33073484
Data Dictionary
lOMoARcPSD|33073484
1.Event type
Field Data type Discription Key Size
eventid int Event id 2
2.Package
Field Data type Discription Key Size
packageid int Package id 8
3.Client
Field Data Type Discription Key Size
cid int Client id
4.Booking
lOMoARcPSD|33073484
5.Bill
Field Data Type Discription key Size
billid int Bill id
I/O Screen
Login:
lOMoARcPSD|33073484
Home:
Event Type:
lOMoARcPSD|33073484
Package:
lOMoARcPSD|33073484
Client:
lOMoARcPSD|33073484
Booking:
lOMoARcPSD|33073484
Bill:
lOMoARcPSD|33073484
Report:
lOMoARcPSD|33073484
Coding:
{ public
login()
{ initComponents
();
}
Private void passwordActionPerformed(java.awt.event.ActionEvent
evt) {
}
Private void jButton2ActionPerformed(java.awt.event.ActionEvent
evt) {
}
Private void jButton1ActionPerformed(java.awt.event.ActionEvent
evt) {
If(usertext.getText().equals(“anushka”)&&.Password.getText.equals( “jayashri”)
)
{
New HomePage().setVisible(true);
Dispose();
}
Else
{
JOptionPane.showMessageDialog(this,”Login Failed”);
}
lOMoARcPSD|33073484
}
Public static void main(String args[])
{
Java.awt.EventQueue.invokeLater(new Runnable()
{
Public void run()
{
New login().setVisible(true);
}
});
}
Private javax.swing.JButton JButton1;
Private javax.swing.JButton JButton2;
Private javax.swing.JLable JLable1;
Private javax.swing. JLable JLable2;
Private javax.swing. JLable JLable3;
Private javax.swing. JLable JLable4;
Private javax.swing. JPanel JPanel1;
Private javax.swing. JPasswordField password;
Private javax.swing. JTextField usertext;
}
lOMoARcPSD|33073484
Bibliography
1)http://www.google.com
2)https://www.w3schools.com
3)https://www.tutorialspoint.com
4)http://www.wikepedia.com
5)http://www.coursehero.com