App Contains info about movies , shows , actors and based on MovieDB API
Live Demo:
Languages and Technologies used:
Installation:
- Clone the repo or download it and get into it
- Run command
composer install
- Rename or copy
.env.example
file to.env
- Set your
TMDB_TOKEN
in your.env
file. You can get an API key From here. Make sure to use the "API Read Access Token (v4 auth)" from the TMDb dashboard. - Run command
php artisan key:generate
- Run command
php artisan serve
- Visit
localhost:8000
in your browser
ScreenShoots From Project: