Jan Bader 45af54d995
Some checks failed
continuous-integration/drone/push Build is failing
Add bass.build
2024-08-21 20:42:14 +00:00
2022-04-23 13:32:39 +02:00
2022-02-20 20:58:48 +00:00
2022-04-08 20:14:40 +00:00
2022-03-02 22:51:20 +00:00
2022-08-21 21:32:49 +02:00
2022-08-21 19:56:55 +00:00
2022-04-08 18:08:35 +00:00
2022-02-12 00:00:19 +00:00
2022-01-24 14:45:05 +00:00
2022-04-05 19:49:01 +00:00
2022-08-21 19:56:55 +00:00
2024-08-21 20:42:14 +00:00
2022-08-21 19:33:12 +00:00
2022-08-21 19:33:12 +00:00
2022-07-26 00:02:22 +02:00
2022-02-23 21:59:14 +00:00
2022-04-08 20:40:43 +00:00
2022-02-20 20:58:48 +00:00

Budgeteer

Budgeting Web-Application written in Go and inspired by YNAB.

Getting started

The fastest way to get up and running quickly, is using docker-compose. Just download the docker-compose.yml to some empty directory and run docker-compose up -d. This starts budgeteer, a postgres database and an adminer instance. The latter is optional and can be removed from the docker-compose.yml.

Known issues

Currently the application is usable when importing from YNAB via their CSV export. All balances should match the balances from YNAB. There are even unit-tests that confirm that using my personal budget.

For people wishing to start fresh in Budgeteer, there currently are some blockers though:

  • The ability to create new accounts and categories is missing (#59)

Contributing

If you're willing to help, please check the issues for help-wanted labels. Just using Budgeteer and reporting any issues is although very helpful.

Description
Budgeting web-application written in Go with Vue.
Readme 14 MiB
Languages
Go 48.7%
Vue 31.1%
TypeScript 18.8%
JavaScript 0.7%
HTML 0.3%
Other 0.2%