{"id":41034633,"url":"https://github.com/mlesniak/budget-tracker","last_synced_at":"2026-01-22T10:31:16.326Z","repository":{"id":57622204,"uuid":"123156355","full_name":"mlesniak/budget-tracker","owner":"mlesniak","description":"A full-featured budget and saving tracking application in go","archived":false,"fork":false,"pushed_at":"2020-05-27T03:25:42.000Z","size":159,"stargazers_count":30,"open_issues_count":9,"forks_count":4,"subscribers_count":4,"default_branch":"master","last_synced_at":"2024-06-20T13:28:58.960Z","etag":null,"topics":["budgeting","finance","go"],"latest_commit_sha":null,"homepage":null,"language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mlesniak.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-02-27T16:25:53.000Z","updated_at":"2024-02-11T13:59:52.000Z","dependencies_parsed_at":"2022-09-26T20:10:38.210Z","dependency_job_id":null,"html_url":"https://github.com/mlesniak/budget-tracker","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/mlesniak/budget-tracker","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mlesniak%2Fbudget-tracker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mlesniak%2Fbudget-tracker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mlesniak%2Fbudget-tracker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mlesniak%2Fbudget-tracker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mlesniak","download_url":"https://codeload.github.com/mlesniak/budget-tracker/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mlesniak%2Fbudget-tracker/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28661874,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-22T01:17:37.254Z","status":"online","status_checked_at":"2026-01-22T02:00:07.137Z","response_time":144,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["budgeting","finance","go"],"created_at":"2026-01-22T10:31:15.429Z","updated_at":"2026-01-22T10:31:16.319Z","avatar_url":"https://github.com/mlesniak.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Build Status](https://travis-ci.org/mlesniak/budget-tracker.svg?branch=master)](https://travis-ci.org/mlesniak/budget-tracker)\n[![Go Report Card](https://goreportcard.com/badge/github.com/mlesniak/budget-tracker)](https://goreportcard.com/report/github.com/mlesniak/budget-tracker)\n\n# Overview\n\nA simple budget tracker to keep track of your incoming and outgoing expenses per month as well as statistics about your daily available \nmoney. Besides a web-frontend which is also usable on a mobile device it provides a comfortable REST API for all your command-line magic.\n\n# Status\n\nAll features that I need are implemented. Open an issue if you have the need for an additional feature, or\neven better, provide a pull request :-).\n\nIn the following we show a screenshot of the current mobile user interface with\nfake data (i.e. everything is positive, no expenses, ...).\n\n![Screenshot](current-status.png)\n\n# Build\n\nNote that you should clone this repository in your `$GOPATH/src/github.com/mlesniak/budget-tracker`. In addition, you should have installed go-bindata, e.g. using\n\n    go get -u github.com/jteeuwen/go-bindata/...\n\nWe use `make` to build, hence a \n\n    make all\n\nshould suffice. To generate docker images for two instances proxied by nginx, use\n\n    make docker\n\nto generate the docker images budget/nginx and budget/core. Adapt default.conf to provide\nmore instances.\n\n# Technologies\n\nWe use\n\n- Backend: Go(lang)\n- Frontend: Vuejs + Bootstrap\n\nNote that currently no particular frontend packaging system is used, e.g. nothing like webpack and co.\n\n# Guiding Principles\n\nI will be guided by the following principles\n\n- Open Source everything\n- Be open to suggestions\n- Write idiomatic go code\n- Be pragmatic about testing, but try to test everything\n- Do not over-engineer\n\n# HTTPS Support\n\nSince the cookie is (currently) submitted in plaintext, at least a HTTPS connection is mandatory. To\ngenerate the necessary server key, use\n\n    openssl genrsa -out server.key 2048\n\nTo generate the corresponding certificate, use\n\n    openssl req -new -x509 -sha256 -key server.key -out server.crt -days 3650\n\n\n## License\n\nThe source code is licensed under the [Apache license](https://raw.githubusercontent.com/mlesniak/budget-tracker/master/LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmlesniak%2Fbudget-tracker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmlesniak%2Fbudget-tracker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmlesniak%2Fbudget-tracker/lists"}