This project was made as an recruitment task for Ideo. It's an simple app that allows the user to add a city of their choice and check the weather in that city.
The App also updates it's weather database once every thirty minutes. All data from the API is saved into a MySQL database.
Linux:
cp .env.example .env
Windows:
copy .env.example .env
docker-compose up -d
or
./vendor/bin/sail up
docker exec -it weather_laravel.test_1 /bin/bash
composer install
php artisan key:generate
php artisan migrate --seed