range-of-motion / budget

Get a grip on your finances.
https://usebudget.com
MIT License
1k stars 171 forks source link
accounting bookkeeping finance financial laravel money mysql personal-finance php phpunit spending spending-tracker vue vuejs web web-app web-application

Budget

GitHub latest release Build status codecov GitHub license

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

You can use Budget by hosting it yourself, or using the instance hosted by us.

Product

Features

Requirements

Installation

Note that in order for certain features to work properly, the jobs queue needs to be watched. This can be done by either running php artisan queue:work or using Supervisor.

Updating

Use the command below to update to the latest version.

php artisan budget:update

Docker

You can get set-up with Budget using Docker and Docker Compose. The advantage of using Docker Compose is that it will set you up with a MySQL database.

Docker

You can either build the Docker image yourself, or use the ones available on Docker Hub.

Docker Compose

Assuming you already have Docker Compose installed, simply run docker-compose up -d and you're good to go.

Contact