Laravel application for searching videos from YouTube API v3

Installation

Build with docker compose

docker-compose up --build

Pre-requisites

  • PHP >=7.0
  • Composer
  • npm
  • MySQL

Step 1: Setup MySQL configuration

  • Copy .env.example file to .env
    cp .env.example .env
  • Change DB_USERNAME, DB_PASSWORD and DB_DATABASE in .env file