Skip to content

Latest commit

 

History

History
53 lines (32 loc) · 1.24 KB

README.md

File metadata and controls

53 lines (32 loc) · 1.24 KB

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