jartaud / laravel-react-webrtc-video-chat

Video chat application based on WebRTC (Laravel & reactJS)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Video Chat Application Example

Youtube Tutorial link

Logo

WebRTC Project

Logo

This project is made for my youtube tutorial on "Create a video Chat Application with Laravel & ReactJS (based on WebRTC)".

get it up and running.

After you clone this project, do the following:

# go into the project
cd video-chat-example

# create a .env file
cp .env.example .env

# install composer dependencies
composer update

# install npm dependencies
npm install

# generate a key for your application
php artisan key:generate

# create a file for your SQLite database
touch database/database.sqlite

# mrun the migration files to generate the schema
php artisan migrate

# run webpack and watch for changes
npm run watch

Good Luck :)

About

Video chat application based on WebRTC (Laravel & reactJS)


Languages

Language:PHP 80.7%Language:HTML 19.3%