https://github.com/deva3xd/movieflix
movie app with TMDB api
https://github.com/deva3xd/movieflix
daisyui inertia-react laravel11 swiper-js tmdb-api
Last synced: 27 days ago
JSON representation
movie app with TMDB api
- Host: GitHub
- URL: https://github.com/deva3xd/movieflix
- Owner: deva3xd
- Created: 2024-04-28T11:32:20.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2026-04-14T03:37:31.000Z (about 2 months ago)
- Last Synced: 2026-04-20T19:45:08.729Z (about 1 month ago)
- Topics: daisyui, inertia-react, laravel11, swiper-js, tmdb-api
- Language: PHP
- Homepage:
- Size: 2.56 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

## Requirement
- Node.js
- PHP 8
- Composer
- MySql
- Web Server
## Installation
- Clone this project
- Navigate to the project
- Install dependencies `npm install` and `composer install`
- Rename ".env.example" file to ".env"
- In the ".env" file, don't forget to fill API_KEY from TMDB API
- Generate app key `php artisan key:generate`
- Migrate database `php artisan migrate`
- Run project `php artisan serve` and `npm run dev`