Small application that queries GitHub's API and returns 500 repos with the topic "php" (https://developer.github.com/v3/search/#search-repositories)
Before you run this app using docker, you must have docker on your local. see this for installing docker on your local machine
After you installing docker on your local, follow these commands below:
- build and run using docker-compose
docker-compose up -d --build - install dependencies
docker-compose exec app composer install
- install dependencies
composer install - run local development server
php artisan serve
API documentation is using swagger and can be accessed at http://localhost:8000/api/documentation