Create App "Movie App" use Laravel 7 & TMDb API. Implements popular movies, new releases and specific movie details for individual movies.
git clone
composer install
Rename or copy .env.example file to .env
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.
php artisan key:generate
php artisan serve
Visit localhost:8000 in your browser
or
docker-compose up --build -d
Visit localhost:8010 in your browser