Skip to content

juliano-barros/youtube_searcher

Repository files navigation

Youtube Searcher



Quality Gate Status

This app is to test Laravel and asynchronous search on Youtube on server side
This app was built with:

  • PHP 7
  • Laravel 5.5
  • Bootstrap 4
  • Guzzle

How to install

Clone git repository
git clone https://github.com/juliano-barros/youtube_searcher.git

Install composer components
composer install

Install and compile webpack
npm install & npm run dev

Create .env file
php -r "file_exists('.env') || copy('.env.example', '.env');"

Generate laravel APP_KEY
php artisan key:generate

At the end of .env file you must fill an youtube key on APP_KEY_YOUTUBE const.
Ex.
APP_KEY_YOUTUBE=somevalidkeyhere

You can see this app on Horkoku

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages