PHP web application allowing tracking League of Legends players stats.
A live demo is availaible here
- Clone the repo
git clone https://github.com/NaimanMpl/react-tournamentgg.git- Install composer packages
composer install- Install npm packages
cd chatserver
npm i- Create .env file at public/ and fill credentials below
cd public
touch .env
RIOT_API_KEY=
DB_HOST=
DB_USER=
DB_PASSWORD=
DB_NAME=
DB_PORT=3306
MAIL_HOST=
MAIL_USERNAME=
MAIL_PASSWORD=
MAIL_REDIRECT=Distributed under the MIT License. See LICENSE.txt for more information.
