Skip to content

Track your finances, whether it's personal or corporate. Powered by Laravel.

License

Notifications You must be signed in to change notification settings

gitonga123/budget

 
 

Repository files navigation

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

  1. Install Composer/Node.js dependencies
composer install --no-dev
yarn install
  1. Set-up .env
cp .env.example .env
php artisan key:generate
  1. Set-up storage directory

php artisan storage:link

  1. Run migrations and seed database

php artisan migrate --seed

  1. Compile front-end assets

yarn run development

  1. Serve

php artisan serve

  1. Run queues

php artisan queue:work

About

Track your finances, whether it's personal or corporate. Powered by Laravel.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 68.9%
  • HTML 26.6%
  • Vue 4.5%