Skip to content

hpieterse/fin-meh

Repository files navigation

Fin Meh

Fin Meh is a personal budgeting and spend tracking application. Load and categorise your spending and see a summary budget.

Getting Started

The project is build using Laravel. The project i configured to run using Laravel Sail.

Install dependencies and build

Install composer dependencies

composer install

Install npm dependencies

npm install

Build the web resources

npm run dev

Setup the env fil

Copy .env.example and rename it to .env

cp .env.example .env

Generate a new app key

artisan key:generate

Run the project

Rnu the project using Laravel Sail

./vendor/bin/sail up

Road Map

The technical debt has to be paid

  1. Add unit and functional testing
  2. Add release automation
  3. Refactor UI to be more DRY

The the following feature will be added

  1. Adding ability to set budget for a category
  2. Importing spend items with a CSV import
  3. Changing category ordering

About

Private budgeting and spending tracker

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published