Back

Wanderflix | Davide Sidoti

October 12, 2024

1 min read


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.


Features


Technology Stack


Setup

To run this project locally, follow these steps:

  1. Clone the repository:
    git clone https://github.com/tuonomeutente/WanderFlix.git

  1. Navigate to the project directory:
    cd WanderFlix

  1. Install dependencies:
    composer install
    npm install

  1. Copy the .env.example file to .env and configure your database:
    cp .env.example .env

  1. Generate the application key:
    php artisan key:generate

  1. Run migrations:
    php artisan migrate

  1. Start the development server:
    php artisan serve

Future Improvements


License

This project is open-source and available under the GNU General Public License v3.0.