Skip to content

Bazsmagister/YesOrNo-laravel

Repository files navigation

A simple app, that calls an api:

https://yesno.wtf/api

then shows the image that got from response.

(Similar to http://yesno.wtf)

Clone the repo

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

To make the app running:

php artisan serve

License

This app is open-sourced software licensed under the MIT license.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published