baldemir / budget

Get a grip on your finances.

Home Page:https://kolaybutce.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GitHub issues GitHub stars GitHub license

Kolay Bütçe

https://budget.pixely.me

Kolay Bütçe 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

composer install --no-dev
yarn install

cp .env.example .env
php artisan key:generate

php artisan storage:link

php artisan migrate

yarn run development

php artisan serve

php artisan queue:work

Database: Seeding

To use the application with test user, you need to call database seeding as below. It will create test user, account etc.

php artisan db:seed

username : test@kolaybutce.com

password : test1234

Contact

About

Get a grip on your finances.

https://kolaybutce.com

License:MIT License


Languages

Language:PHP 54.4%Language:HTML 37.4%Language:Vue 4.8%Language:CSS 3.4%