Skip to content

kemalovski/sampleGambleCode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

demoSlotMachine

Installation with Docker

  1. git clone https://github.com/kemalovski/GamblingGroupDevCodeTest.git
  2. cd GamblingGroupDevCodeTest/app
  3. composer update
  4. cd ..
  5. docker-compose up -d
  6. docker exec -it app bash
  7. mv .env.example .env
  8. php artisan key:generate
  9. http://localhost:8000/affiliates

Tests

Warn: If you are not installing with docker please change in GamblingGroupDevCodeTest/app/tests/Unit/AffiliateServiceTest.php 20th Line path way. If you installed with docker just follow the sections.

  1. docker exec -it app bash
  2. cd /var/www
  3. ./vendor/bin/phpunit tests/Unit/GreatCircleServiceTest.php
  4. ./vendor/bin/phpunit tests/Unit/AffiliateServiceTest.php

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published