Direction map web application using React and Laravel
- Laravel 12 - PHP Framework
- Inertia.js - Modern monolith architecture
- SQLite - Database
- React - UI Library
- Tailwind CSS - Styling
- Leaflet - Interactive maps
- Lucide React - Icons
- OpenStreetMap Nominatim - Geocoding
- OSRM - Route calculations
git clone <repository-url>
cd direction-mapcomposer installnpm installnpm install lucide-reactcp .env.example .env
php artisan key:generateUpdate .env with your database credentials:
DB_DATABASE=your_database_name
DB_USERNAME=your_username
DB_PASSWORD=your_passwordphp artisan migratenpm run devphp artisan serve- Claude - Debugging, and feature implementation
- ChatGPT - Documentation and problem-solving assistance