Stdubic / API-

Youtube like app with Vue.js and Laravel

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

qTube

Installation

  1. To install this app clone the repo
git clone https://github.com/Stdubic/API-.git
cd API-
  1. Install the dependencies
composer install
npm install
gulp
  1. After that, setup db connection in .env file
DB_CONNECTION=mysql
DB_HOST=127.0.0.1
DB_PORT=3306
DB_DATABASE=homestead
DB_USERNAME=homestead
DB_PASSWORD=secret
  1. Now Run the seed command to setup the dummy data
php artisan db:seed
  1. App is ready you can run php artisan serve and run the demo

About Laravel

Laravel is a web application framework with expressive, elegant syntax. We believe development must be an enjoyable, creative experience to be truly fulfilling. Laravel attempts to take the pain out of development by easing common tasks used in the majority of web projects, such as:

About

Youtube like app with Vue.js and Laravel


Languages

Language:PHP 54.1%Language:Vue 32.7%Language:HTML 11.1%Language:JavaScript 2.1%