A full-featured personal budgeting Progressive Web App (PWA) built with Laravel. The entire application stack is containerized with Docker and Nginx. Features include multi-currency accounts, transaction management, dynamic net worth calculation via currency conversion API, and a data-driven dashboard with Chart.js.
$ git clone https://github.com/pankrashin/laravel-budget.git
$ cd laravel-budget
$ vim /src/.env
$ docker-compose up --build -d
$ docker-compose exec app php artisan key:generate
$ docker-compose exec app php artisan config:clear
$ docker-compose exec app php artisan route:clear
$ docker-compose exec app php artisan view:clear
$ docker-compose exec app php artisan migrate