Accounts Manager
Accounts Manager is a single page application. The frontend is developed with Vue.js and the backend with Laravel. It can be used to store day to day business transactions, incomes, expenses, due payments and other types of transactions.
This app is not yet complete.
Download or clone the repository. Run:
npm install
composer install
Create a database and run migrations. You can also seed the database:
php artisan migrate --seed
You may need to follow Laravel Sanctum's SPA authentication documentation.