Source Code Only
Full ZIP with frontend, backend, database & documentation.
- Complete project source files
- Database script included
- How-to-run guide
Tap to open live demo
Interactive live demo — verify the project before you buy
Complete final-year project source code with frontend, backend, database, and setup guide. Instant download after secure payment.
Choose your plan
Full ZIP with frontend, backend, database & documentation.
We install & configure the project on your laptop within 24 hours.
Review features, setup steps, and credentials before you pay.
Description, tech stack, and what is included
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.
Ready to download?Pay once · Use for submission & viva
Modules and controls available to administrators
api_kind mapping for OSM/Overpass place discoveryWhat end users can do in this application
Additional capabilities included in the project
places_mastermail() fallbackStep-by-step setup on your laptop or PC
Create 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/Default demo accounts for testing after setup
Admin
[email protected]admin123Travellers
[email protected] / suggested password alice123[email protected] / suggested password bob123Usage terms for academic and personal projects
Search terms and categories for this source code