Giter Site home page Giter Site logo

laravel-youtube-videos-list's Introduction

PRs Welcome Chat HitCount Forks Stars Watchers Contributors

Youtube videos list

Panaudojant Laravel 5+ ir VueJS įgyvendinti šiuos punktus:

  1. Sukurti vartotojo login/registracijos formą:
    1. Turi būti galimybė pasirinkti userio rolę:
      • agent
      • teamleader.
  2. Duomenis talpinti SQL tipo duomenų bazėje.
  3. Iš youtube.com ištraukti video duomenis:
    1. Teamleader tipo vartotojas turi turėti galimybę pridėti prie savo paskyros Youtube klipus ir jų informaciją gautą per Youtube API.
  4. Atvaizduoti video sąrašą:
    1. Vartotojas agent turi matyti visų ištrauktų klipų lentelę (pagalvoti apie duomenų kešavimą).

Installation

Run these commands in command prompt:

git clone https://github.com/keizah7/laravel-youtube-videos-list.git your-folder
cd your-folder
composer install
npm install

Create .env file from .env.example

Run php artisan key:generate and the fill data in .env file:

MIX_SENTRY_DSN_PUBLIC=http://localhost/your-folder/public
DB_DATABASE=database-name
DB_USERNAME=database-user
DB_PASSWORD=database-pass

YOUTUBE_API_KEY=youtube-api-key
OAUTH2_CLIENT_ID=google-oauth2-client-id
OAUTH2_CLIENT_SECRET=google-oauth2-client-seret

You can get API keys in Google APIs.

Authorized redirect URIs: http://localhost/your-folder/public/youtube/callback

And, finally: run

php artisan migrate:fresh --seed
npm run dev

Author: Artūras Followers

laravel-youtube-videos-list's People

Contributors

keizah7 avatar

Stargazers

 avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.