A Laravel application for tracking expenses. For learning purposes only.
- Sign-up/Sign-in/Sign-out on an account
- Track expense per day/week/month layout
- Add/Edit/Delete expenses
- Add/Edit/Delete categories
- Show total and graph (if possible)
-
Install required dependencies
phpandcomposer -
Run the project with
php artisan serve -
See project on localhost:8000/
Project creation only with refamiliarization towards the concepts of developing using Laravel. Nothing updated yet.