Webová aplikace pro správu itinerářů
Loading...
Files
Downloads
7
Date issued
Authors
Journal Title
Journal ISSN
Volume Title
Publisher
Vysoká škola báňská – Technická univerzita Ostrava
Location
Signature
Abstract
The aim of this bachelor’s thesis is to design and implement a web application for itinerary management using modern technologies.
The application is built on the Angular framework for the frontend and ASP.NET (Active Server Pages for platform .NET) for the backend. It allows users to plan their trips, manage unvisited places and get additional information afterwards via third-party APIs (Application Programming Interface) to facilitate planning. A key element is route optimization and trip schedule organization using the Ant Colony Optimization algorithm (ACO). ACO not only finds the shortest routes between locations but also divides the places to be visited into individual days of the trip based on the time the user expects to spend at each location.
Description
Subject(s)
web application, itinerary management, itinerary, Angular, ASP.NET, Ant Colony Optimization, API