Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 6 days 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 (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-12-16T12:19:23.000Z (11 months ago)
- Last Synced: 2023-12-16T13:48:13.100Z (11 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.06 MB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 11
-
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)
![screenshot](https://github.com/Belchenkov/laravel7_movie/blob/deploy/uploads/scrin.png)
### 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
```