/pooltournament

Pool Tournament Challenge

Primary LanguagePHPGNU General Public License v3.0GPL-3.0

Pool Tournament

Challenge

Installation

Create APP folder

"/pooltournament"

Clone de repository inside APP folder.

git clone https://github.com/joaoreisweb/pooltournament.git .

Install repositories

composer install

Create or update .ENV file

Create or update ".env" file with your database information

copy .env.example .env
DB_SERVER=localhost 
DB_NAME=db_name
DB_USER=db_user
DB_PASSWORD=db_pass

Init server

php -S localhost:8000

Create Database Tables and tournament data

Go to url

http://localhost:8000/install.php

Open Pool Tournament

Go to url

http://localhost:8000

License

MIT