Simply a finance tracker that tracks your income, expenses, debts, and cash money.
View Demo
·
Report Bug
·
Request Feature
A Laravel project for a finance tracker is a web application that helps users manage their financial information by tracking their income, expenses, debts, and cash money. It allows users to add and categorize transactions, view their current financial status, generate reports and charts to help them understand their spending patterns and make informed decisions about their finances. The project makes use of the Laravel framework to provide a secure and user-friendly platform for managing financial information. It includes features such as user authentication, transaction management, categorization, reporting, and charts to help users keep track of their financial information and make informed decisions. The goal of the project is to provide users with a simple and effective tool for managing their finances and helping them make the most of their financial resources.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
- Clone the repo
git clone https://www.github.com/AhmedSobhy01/finance-tracker.git
- Install Composer packages
composer install
- Install NPM packages
npm install
- Copy .env.example and then edit .env
cp .env.example .env
- Generate app encryption key
php artisan key:generate
- Migrate and seed the database
php artisan migrate:fresh --seed
After seeding the database, you can log in using the default user:
Username | Password |
---|---|
Test | password |
Ahmed Sobhy - contact@ahmedsobhy.net
Project Link: https://www.github.com/AhmedSobhy01/finance-tracker