adbrsln / budget

Get a grip on your finances.

Home Page:https://budget.pixely.me

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build Status GitHub issues GitHub stars GitHub license

Budget

https://budget.pixely.me

Budget is an open-source web application that helps you keep track of your finances.

Product

Features

  • Ability to organize spendings using tags
  • Dashboard displaying monthly statistics about your spendings
  • Available in multiple languages (English, Dutch, Danish, German)

Installation

composer install --no-dev
yarn install

cp .env.example .env
php artisan key:generate

php artisan storage:link

php artisan migrate

yarn run development

php artisan serve

php artisan queue:work

In addition to this you will have to create a cronjob to trigger budgets scheduling.
(Without this, recurring transactions and weekly reports won't work)

* * * * * cd /path/to/budget/ && php artisan schedule:run >> 2>&1 

It's best to make sure this command is run with the user that runs budget (eg. www-data)

Contact

About

Get a grip on your finances.

https://budget.pixely.me

License:MIT License


Languages

Language:PHP 65.7%Language:HTML 26.1%Language:Vue 8.2%