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.
- 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
Thank you for considering contributing to the project! Please fork this project and open a pull request against the main branch.
If you discover a security vulnerability within Laravel, please send an e-mail to me at phpfour@gmail.com.
This is an open-sourced software licensed under the MIT license.
