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

This branch is 1 commit ahead of, 22 commits behind master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

2d1b9ad · Dec 3, 2022

History

80 Commits
Jun 23, 2020
Apr 10, 2020
Apr 21, 2020
Apr 10, 2020
May 1, 2020
Jun 28, 2020
Jun 25, 2020
Jun 17, 2020
Apr 10, 2020
May 10, 2020
Dec 5, 2020
Apr 10, 2020
Apr 20, 2020
Apr 10, 2020
Apr 10, 2020
Apr 10, 2020
May 1, 2020
Dec 5, 2020
Apr 10, 2020
May 21, 2020
Jun 21, 2022
Jun 28, 2020
Dec 3, 2022
Dec 2, 2022
Apr 10, 2020
Apr 10, 2020
May 10, 2020
Jun 25, 2020

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