- Install PHP dependencies
composer install
###NOTE:
if it throws error try
composer install --ignore-platform-reqs
or remove the composer.lock
- Install node packages
npm install
- Compile node packages
npm run dev
- Migrate and seed the date
php artisan migrate --seed
There is already seeded admin
email: [email protected]
password: password
###APIs The api link is: localhost:8000/api/v1/auth/login localhost:8000/api/v1/transactions