Create App "Movie App" use Laravel 7 & TMDb API. Implements popular movies, new releases and specific movie details for individual movies.
git clonecomposer installRename or copy .env.example file to .envSet 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:generatephp artisan serveVisit localhost:8000 in your browseror
docker-compose up --build -dVisit localhost:8010 in your browser