WanderFlix is a personal web application built with Laravel Filament for tracking movies and TV shows, as well as organizing trip plans. This app is designed for personal use by Davide and Sara to streamline their entertainment and travel planning.
- Movie and TV Show Tracking: Keep track of what has been watched and what's on the watchlist.
- Trip Planning: Plan future trips, complete with itineraries, destinations, and notes.
- Laravel: A robust PHP framework for modern web applications.
- Filament: An admin panel framework for Laravel.
- MySQL: Database management.
- Tailwind CSS: For styling and responsive design.
To run this project locally, follow these steps:
-
Clone the repository:
git clone https://github.com/tuonomeutente/WanderFlix.git
-
Navigate to the project directory:
cd WanderFlix
-
Install dependencies:
composer install npm install
-
Copy the
.env.example
file to.env
and configure your database:cp .env.example .env
-
Generate the application key:
php artisan key:generate
-
Run migrations:
php artisan migrate
-
Start the development server:
php artisan serve
- Add social media integration to share trip plans.
- Create reccomendation system for movies and TV shows based on watch history.
This project is open-source and available under the GNU General Public License v3.0.