Install PHP dependencies:
composer install
Install NPM dependencies:
npm i
Build assets:
npm run dev
Setup configuration:
cp .env.example .env
Change your .env details to be able to connect to local database
Generate application key:
php artisan key:generate
Run database migrations:
php artisan migrate
Run the dev server (the output will give the address):
php artisan serve
Steps to access
1. Register an account
2. Login using that account
3. Enter Dashboard -> Weather
4. Search a location and then add it into the list.
5. Can remove the list and then REFRESH.