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

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

Awesome Lists containing this project

README

          

Laravel Logo


Build Status
Total Downloads
Latest Stable Version
License

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