Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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
```