01 Synopsis
One-time Payment
- PDF & Word both included
- Up to 30 pages
- Only 1 diagram included
- Problem statement & objectives
- Ready for college submission
Complete M.Tech final-year project report with documentation, diagrams and viva-ready structure. Instant PDF & Word download — plagiarism-free and faculty-aligned.
Need a customized report? Chat on WhatsAppSimple pricing. Instant access. Every package includes PDF & Word format.
01 Synopsis
One-time Payment
02 Pre Defined Project Report
One-time Payment
03 Customized Report
One-time Payment
04 Originality Reviewed
One-time Payment
Abstract
Table of Content
Introduction
Problem Statement
Existing System
Proposed System
Objectives
System Architecture
Major Functional Modules
Hardware Requirements
Software Requirements
Future Enhancement
Conclusion
References
Abstract
Table of Content
Chapter 1 — Introduction
Chapter 2 — Literature Review / System Study
Chapter 3 — System Analysis
Chapter 4 — System Design
Chapter 5 — System Implementation
Chapter 6 — Testing
Chapter 7 — Results and Discussion
Chapter 8 — Conclusion and Future Enhancements
Chapter 9 — References
Smart Tourist Guide V3 is a final year project built with PHP and MySQL for students who want a smart travel planning and itinerary generation web application. This final year project helps travellers discover nearby places based on city, interests, mood, budget, pace, time window, and maximum places. The system uses OpenStreetMap/Overpass data, Nominatim geocoding, rule-based scoring, TSP-style route ordering, and Leaflet maps to generate a time-based one-day itinerary. Users can save trips, view routes, open place details, email itineraries, generate shareable read-only links, and delete plans. Admins can manage categories, users, and trips. With routing logic, POI caching, smart scheduling, share tokens, and map visualization, this project is suitable for a final year major project in PHP, MySQL, tourism, and route optimization.
Admin
[email protected]admin123Travellers
[email protected] / suggested password alice123[email protected] / suggested password bob123api_kind mapping for OSM/Overpass place discoveryplaces_mastermail() fallbackCreate a MySQL database:
CREATE DATABASE smart_tourist_guide CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci;
Import schema and seed data:
mysql -u root -p smart_tourist_guide < database.sql
For older installs, apply migration:
mysql -u root -p smart_tourist_guide < database_migration_2026_features.sql
config.php:
DB_HOSTDB_NAMEDB_USERDB_PASSBASE_URLOPENROUTESERVICE_API_KEYRun locally:
php -S localhost:8000
http://localhost:8000/BASE_URL to:http://localhost:8000/Admin
[email protected]admin123Travellers
[email protected] / suggested password alice123[email protected] / suggested password bob123