Skip to content

msowad/movie-app

Repository files navigation

screenshot

Movie App with Laravel, Livewire, Alpine and TailwindCSS

Installation

  1. Clone the repo and cd into it
  2. composer install
  3. npm install
  4. Rename or copy .env.example file to .env
  5. Set your TMDB_TOKEN in your .env file. You can get an API key here. Make sure to use the "API Read Access Token (v4 auth)" from the TMDb dashboard.
  6. php artisan key:generate
  7. php artisan serve or use Laravel Valet or Laravel Homestead
  8. Visit localhost:8000 in your browser

Open http://localhost:8000 to view it in the browser.