01 Source Code Only
One-time Payment
- Complete project source code
- Database / data resources
- Dependencies & configuration
- README / setup guide
- Instant download access
Complete final-year project source code with frontend, backend, database and setup documentation. Instant download after secure payment.
Hover to zoom · Click to expand
Simple pricing. Instant access. Secure checkout.
01 Source Code Only
One-time Payment
02 Code + Setup Support
One-time Payment
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