7f633d9855
feat(docker): add laravel sail configuration
...
- Added docker-compose.yml with PHP 8.4 container
- Configured app to run on port 8080 via APP_PORT
- Updated storage and bootstrap permissions for Docker
- Removed MySQL service to use SQLite database
2025-10-15 15:20:43 +03:00
7d82f5ba39
add api
2025-10-15 14:52:43 +03:00
75790377c4
chore: remove github action workflow and improve logging
...
- Removed unused Claude GitHub Action workflow file
- Changed scheduled command log to use daily log files (Y-m-d format)
- Fixed code formatting in CurrencyService exception handling
2025-10-14 17:17:07 +03:00
cc4e74f3f1
refactor: extract rate formatting logic to RateService and add tests
2025-05-31 15:22:50 +03:00
b19748ef20
feat: implement currency rates tracking with models, migrations and views
2025-05-24 05:59:12 +03:00
72b4eff3ee
feat: implement currency exchange rate scraping service and command
2025-05-24 01:37:27 +03:00
76c2ab12c8
Set up a fresh Laravel app
2025-05-24 01:16:24 +03:00