A simple app, that calls an api:
then shows the image that got from response.
(Similar to http://yesno.wtf)
git clone https://github.com/Bazsmagister/YesOrNo-laravel.git
cd [into_the_cloned_repo]
composer install
// linux:
cp .env.example .env
// windows:
copy .env.example .env
For Database there are more options:
1.Create an SQLite database.
touch database/database.sqlite
2.Or Edit .env file with database credentials
php artisan key:generate
php artisan migrate
php artisan serve
This app is open-sourced software licensed under the MIT license.