All Projects → GabMic → balance

GabMic / balance

Licence: MIT license
A laravel finance application for everyday use

Programming Languages

PHP
23972 projects - #3 most used programming language
Blade
752 projects
Vue
7211 projects
shell
77523 projects

Projects that are alternatives of or similar to balance

Akaunting
Free and Online Accounting Software
Stars: ✭ 4,599 (+19895.65%)
Mutual labels:  money, finance, balance, bookkeeping
hurtrade
An Open Source Forex Trading Platform
Stars: ✭ 22 (-4.35%)
Mutual labels:  money, finance
vue-portfolio
💼 Portfolio built with Vue and Bulma
Stars: ✭ 13 (-43.48%)
Mutual labels:  bulma, buefy
doubao community frontend
手把手vue+springboot前后端分离项目实战---豆宝社区前端项目代码
Stars: ✭ 119 (+417.39%)
Mutual labels:  bulma, buefy
vue-pokemon-memory-game
Pokémon Memory Game
Stars: ✭ 48 (+108.7%)
Mutual labels:  bulma, buefy
bankster
Money Creation Made Easy
Stars: ✭ 30 (+30.43%)
Mutual labels:  money, finance
worthit
💸 Vale a pena? Calcule o preço anual de um item com essa PWA
Stars: ✭ 18 (-21.74%)
Mutual labels:  money, bulma
Mintable
🍃 Automate your personal finances – for free, with no ads, and no data collection.
Stars: ✭ 849 (+3591.3%)
Mutual labels:  money, finance
finatr
helping you analyze your future cash flows
Stars: ✭ 18 (-21.74%)
Mutual labels:  finance, finance-management
py-investment
Extensible Algo-Trading Python Package.
Stars: ✭ 19 (-17.39%)
Mutual labels:  money, finance
bgfinancas
Personal Finance Manager / Gerenciador de Finanças Pessoais (JavaFX)
Stars: ✭ 40 (+73.91%)
Mutual labels:  money, finance-management
Silverstrike
Finance Management Made Easy
Stars: ✭ 213 (+826.09%)
Mutual labels:  money, finance
Bdgt
Big finance tools in a small package
Stars: ✭ 159 (+591.3%)
Mutual labels:  money, finance
budget-manager
Easy-to-use, lightweight and self-hosted solution to track your finances
Stars: ✭ 20 (-13.04%)
Mutual labels:  finance, finance-management
Stash
Free/Open Source, simple, fast Personal Finance application.
Stars: ✭ 79 (+243.48%)
Mutual labels:  money, finance
beego-vuejs-starter-kit
Beego (GOLANG), Webpack, Sass, Vue.js, Vuex, Buefy
Stars: ✭ 32 (+39.13%)
Mutual labels:  bulma, buefy
ezbookkeeping
A lightweight personal bookkeeping app hosted by yourself.
Stars: ✭ 42 (+82.61%)
Mutual labels:  money, bookkeeping
Budget
Get a grip on your finances.
Stars: ✭ 609 (+2547.83%)
Mutual labels:  money, finance
Moneymanagerex
Money Manager Ex is an easy to use, money management application built with wxWidgets
Stars: ✭ 836 (+3534.78%)
Mutual labels:  money, finance
vaahcms
VaahCMS is a laravel based open-source web application development platform shipped with a headless content management system (CMS).
Stars: ✭ 56 (+143.48%)
Mutual labels:  bulma, buefy

Balance - A Laravel finance app for everyday use.

######While all functionality works, This app is under heavy development, and constantly changing at this stage. consider it Beta testing. Ever wondered at the end of the month why you are short 300 bucks?

Well, you didn't remember the milk, eggs and bread you brought home a week ago, or that pizza you got when you were hungry and in a rush or the 50$ on gas last wednesday.

All that sums to hundreds of dollars every month.

What you can do is simple. keep track of your finance with and keep in Balance.

Balance let's you set a monthly budget of your choosing, You can add bills you paid or things you got to keep track on what you are spending your money.

If you are not a developer or does not know how to use this on your own, you can use the hosted version, ready to go free of charge here: https://balance.animaid.org

Otherwise, it's a standard laravel installation.

Installation

  1. Clone or download this repo.
  2. Set up your database.
  3. cd into the balance project: cd balance.
  4. run composer install.
  5. run cp .env.example .env.
  6. Generate app key: php artisan key:generate.
  7. link public folder: php artisan storage:link.
  8. Enter your database info in the .env file.
  9. run php artisan migrate.
  10. run npm install.
  11. run npm run watch.
  12. And of course, run the app: php artisan serve.

Enjoy keeping track of your money.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].