An interview test for Selar based on use of ffmpeg library
Ensure you have ffmpeg library installed on your machine
PHP/Laravel, MYSQL, Tailwind CSS, and HTML
- Set QUEUE_CONNECTION=database
- Set APP_URL=127.0.0.1:8000
- Ensure your php environment is on version 7.3 since the project is based on Laravel 7
- Configure the env of the file project and link the database
- Run php artisan queue:table to create the migrations for queues
- Run php artisan migrate
- Run npm install
- To start your queue worker, run php artisan queue:work --timeout=1200