Budget is an open-source web application that helps you keep track of your finances.
- Ability to organize spendings using tags
- Dashboard displaying monthly statistics about your spendings
- Available in multiple languages (English, Dutch, Danish, German)
- Install Composer/Node.js dependencies
composer install --no-dev
yarn install
- Set-up .env
cp .env.example .env
php artisan key:generate
- Set-up storage directory
php artisan storage:link
- Run migrations and seed database
php artisan migrate --seed
- Compile front-end assets
yarn run development
- Serve
php artisan serve
- Run queues
php artisan queue:work