karukkuvel / live-game-updates-laravel

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

live-game-updates-laravel

Realtime app for following sports game scores and events in realtime. This app provides a backend for an admin to log in and publish updates on ongoing games, and a frontend that allows users to follow a game's progress in realtime.

View tutorial here

Prerequisites

Getting started

Clone the project and install dependencies:

git clone https://github.com/shalvah/live-game-updates-laravel
cd live-game-updates-laravel
composer install

Copy the .env.example file to a .env file. Add your Pusher app credentials to this file:

PUSHER_APP_ID=your-app-id
PUSHER_APP_KEY=your-app-key
PUSHER_APP_SECRET=your-app-secret
PUSHER_APP_CLUSTER=your-app-cluster

Create a file called database.sqlite in the database folder.

Start the app by running

php artisan serve

Built With

About


Languages

Language:PHP 78.9%Language:HTML 20.6%Language:Vue 0.5%