this is a simple application using VueJS 2 with Laravel 5.5 that shows
some data from Bundesliga using the Api provided by OpenLigaDb
- php >= 7.0
- composer
first clone the application
git clone https://github.com/MichaelKlemersson/fullstack-challenge-bundesliga.git
cd fullstack-challenge-bundesliga
composer install
copy the .env.example to .env and generate a new key
cp .env.example .env
php artisan key:generate
just start artisan from the root path and see http://localhost:8000
php artisan serve
tests could be run with the commands bellow
composer run test-all
composer run test-all-testdox
composer run test-unit path/to/TestClass
composer run test-unit-testdox path/to/TestClass
Important: some tests may take long because the comunication with other api