- Node.js
- PHP 8
- Composer
- MySql
- Web Server
- Clone this project
- Navigate to the project
- Install dependencies
npm installandcomposer 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 serveandnpm run dev