Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 789 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 789 Bytes

Tourism-Website

This is a Tourism website which allows the users to book tour tickets. It has different web pages for different tours which are categorized such as, International, Domestic, Pilgrims, etc.
Aside from tour web pages, it has web pages displaying itinerary, cost, booking pages for each tour. This webpages also provides a search page where the user can search for a particular tour according to date, destination, duration, etc.

This website is designed dynamically where all the data displayed on the web pages comes directly from the database and is not hardcoded. We have implemented the Spring MVC approach.

Technologies used :

  1. HTML, CSS, JSP, Bootstrap, JavaScript, Ajax, JSON.
  2. Enterprise Java (J2EE). (Spring MVC).
  3. Hibernate ORM.
  4. MySQL WorkBench.