Skip to content

musabbir035/AccountsManager

Repository files navigation

Accounts Manager

About 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.

Setup

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.

Releases

No releases published

Packages

No packages published