https://github.com/shipu/dinero
Dinero - Multi Account Money Tracker
https://github.com/shipu/dinero
budget-management filamentphp laravel money-management moneytracker multi-tenancy php
Last synced: 4 days ago
JSON representation
Dinero - Multi Account Money Tracker
- Host: GitHub
- URL: https://github.com/shipu/dinero
- Owner: Shipu
- License: mit
- Created: 2023-07-25T15:46:11.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-06-15T23:43:52.000Z (over 1 year ago)
- Last Synced: 2025-08-12T22:45:37.280Z (6 months ago)
- Topics: budget-management, filamentphp, laravel, money-management, moneytracker, multi-tenancy, php
- Language: PHP
- Homepage: https://dinero.bridgex.live
- Size: 2.22 MB
- Stars: 163
- Watchers: 8
- Forks: 61
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
:rocket: Multi Account Money Tracker :sparkles: Dinero
## Dinero
Dinero is a multi account money tracker. It is a simple application that allows you to track your money in multiple accounts and categories. It is written in PHP (Laravel Framework) and Filament v3.
## Features
- Multi Account (Tenants)
- Multi Currency
- Wallets
- Categories
- Budgets
- Goals
- Debts
- Transactions
- Reports
## Installation
1. Clone the repository
```ssh
git clone https://github.com/Shipu/dinero.git
```
3. Switch to the repo folder
```
cd dinero
```
2. Install all the dependencies using composer
```ssh
composer install
```
3. Copy the example env file and make the required configuration changes in the .env file
```ssh
cp .env.example .env
```
4. Generate a new application key
```ssh
php artisan key:generate
```
5. Run the database migrations with seeder (Set the database connection in .env before migrating)
```ssh
php artisan migrate --seed
```
6. Run the application
```ssh
php artisan serve
```
7. Browse the application
> Url: [http://localhost:8000/](http://localhost:8000/)

8. Login with the following credentials:
- Email: `demo@dinero.app`
- Password: `12345678`
## NativePHP
for the NativePHP version, please check the [nativephp branch](https://github.com/shipu/dinero/tree/native-php)
```ssh
git checkout native-php
```
## Demo
> Url: [http://dinero.bridgex.live](http://dinero.bridgex.live)
## Screenshots









### :sparkles: Contributors
Shipu Ahamed
Md. Jahidul Islam
Alade YESSOUFOU
Rafael Blum
> No one is so wise that they don't have something to learn, nor so foolish that they don't have something to teach. `Blaise Pascal`.