Movie App Websing using Laravel 8 & TMDB API
Link: https://movie-app-mhkhang.herokuapp.com/
- Clone this repo with CMD:
git clone https://github.com/maikhang/movie-app.git
- Install packages needed with CMD:
cd movie app
composer require
- Copy .env.example to .env:
- Change
TMDB_TOKEN
in your.env
file to your API Token. You can get an API key here. - Create app key with CMD:
php artisan key:generate
- Start Laravel Server with CMD:
php artisan serve
- Acess http://127.0.0.1:8000/ and enjoy !