https://github.com/belchenkov/laravel7_movie
Build a Movie App using Laravel, Tailwind CSS and The Movie DB REST API.
https://github.com/belchenkov/laravel7_movie
alpinejs blade laravel laravel-view-models livewire tailwindcss tmdb-api vuejs
Last synced: 4 months ago
JSON representation
Build a Movie App using Laravel, Tailwind CSS and The Movie DB REST API.
- Host: GitHub
- URL: https://github.com/belchenkov/laravel7_movie
- Owner: Belchenkov
- Created: 2020-04-10T02:58:48.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2024-03-28T17:15:21.000Z (about 1 year ago)
- Last Synced: 2025-01-05T07:21:52.684Z (6 months ago)
- Topics: alpinejs, blade, laravel, laravel-view-models, livewire, tailwindcss, tmdb-api, vuejs
- Language: PHP
- Homepage: http://193.187.174.213:8010
- Size: 5.4 MB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Movie App
> Create App "Movie App" use Laravel 7 & TMDb API.
> Implements popular movies, new releases and specific movie details for individual movies.### [Demo](http://193.187.174.213:8010)

### Get started:
```sh
git clone
```
```sh
composer install
```
```sh
Rename or copy .env.example file to .env
```
```sh
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.
```
```sh
php artisan key:generate
```
```sh
php artisan serve
```
```sh
Visit localhost:8000 in your browser
```
or```sh
docker-compose up --build -d
```
```sh
Visit localhost:8010 in your browser
```