/Laravel-Movie-Rater

A movie application build with Laravel and Tailwind css, Using TMDB api

Primary LanguagePHP

🔥 Movie Application bulid with Laravel and Tailwind css

Build Status Total Downloads Latest Stable Version License

Screenshot 2020-06-26 20 09 31

Screenshot 2020-06-26 20 10 28

Screenshot 2020-06-26 20 10 42

Installation

  1. Clone the repo and cd into it
  2. composer install
  3. Rename or copy .env.example file to .env
  4. 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.
  5. php artisan key:generate
  6. php artisan serve or use Laravel Valet or Laravel Homestead
  7. Visit localhost:8000 in your browser

License

The Laravel framework is open-sourced software licensed under the MIT license.