Skip to content

A simple app for tracking expenses, budgeting, and getting an overview of your personal finance.

License

Notifications You must be signed in to change notification settings

tlshifat/moneymint

 
 

Repository files navigation

MoneyMint

MoneyMint is a simple app for tracking expenses, budgeting, and getting an overview of your personal finance. It's built upon Laravel ecosystem's two newest members: NativePHP and Livewire v3.

MoneyMint

Installation

  • Clone the repository
  • cd moneymint
  • composer install or composer update
  • cp .env.example .env
  • Set up .env file
  • php artisan key:generate
  • php artisan migrate:fresh --seed
  • php artisan serve

In new terminal

  • npm i
  • npm run dev

Contributing

Thank you for considering contributing to the project! Please fork this project and open a pull request against the main branch.

Security Vulnerabilities

If you discover a security vulnerability within Laravel, please send an e-mail to me at phpfour@gmail.com.

License

This is an open-sourced software licensed under the MIT license.

About

A simple app for tracking expenses, budgeting, and getting an overview of your personal finance.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 78.9%
  • Blade 20.3%
  • Other 0.8%