Expense Tracker is a small application written using PHP and Laravel. It is intended to help users keep track of their expenses, income, and bank account balances.
- Clone Repository:
-
Copy the .env.example file and rename to .env then fill in all the database details.
-
Create the migration using: php artisan migrate
-
Seed the database:
- php artisan db:seed
Make sure you seed the database before you use the app. After seeding is done, you can either log in using:
- email: [email protected]
- pass: secret
or, you can sign up for a new account and test the app out.
Happy saving!