-
Clone the project
git clone https://github.com/kapver/weather-app.git
-
Navigate to the project directory
cd weather-app
-
Install dependencies and start the service
chmod +x ./install.sh && ./install.sh
-
Preview the application
Open your browser and navigate to:
http://127.0.0.1:8001 -
Update User Settings
You can configure your preferred weather conditions and notification settings by navigating to:
http://127.0.0.1:8001/user/settings -
Check Emails Sent with Mailpit
You can view any emails sent by the service by navigating to:
http://localhost:8025/ -
Test User Account:
You can log in using the following credentials:
- Email: [email protected]
- Password: 111
Note: The host machine is assumed to lack PHP and Composer, so a workaround is implemented under the hood.
Tested on macOS 15.3.1