🚀 Multi Account Money Tracker ✨ 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.
- Multi Account (Tenants)
- Multi Currency
- Wallets
- Categories
- Budgets
- Goals
- Debts
- Transactions
- Reports
- Clone the repository
git clone https://github.com/Shipu/dinero.git
- Switch to the repo folder
cd dinero
- Install all the dependencies using composer
composer install
- Copy the example env file and make the required configuration changes in the .env file
cp .env.example .env
- Generate a new application key
php artisan key:generate
- Run the database migrations with seeder (Set the database connection in .env before migrating)
php artisan migrate --seed
- Run the application
php artisan serve
- Browse the application
- Login with the following credentials:
- Email:
demo@dinero.app
- Password:
12345678
for the NativePHP version, please check the nativephp branch
git checkout native-php
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
.