A laravel project to track your finances. Features include:
- Transaction tracking
- Categorisation
- File uploads (WIP)
- Tagging (WIP)
- Reporting (WIP)
Requirements:
- Redis (for Queued Jobs)
Steps:
- Clone the repository
- Run
composer install - Run
npm install - Run
php artisan migrate - Run
npm run dev
- Run
php artisan db:seedto seed the database with some test data - Navigate to the homepage and login with the test user:
- Email: [email protected]
- Password: password
Pull requests are welcome!
For major changes, please open an issue first to discuss further changes.
This project is open-sourced software licensed under the GNU General Public License v3.0.
