Skip to content

Build a Movie App using Laravel, Tailwind CSS and The Movie DB REST API.

Notifications You must be signed in to change notification settings

Belchenkov/laravel7_movie

Repository files navigation

Movie App

Create App "Movie App" use Laravel 7 & TMDb API. Implements popular movies, new releases and specific movie details for individual movies.

screenshot

Get started:

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