It is an app that allows authenticated users to go through a loan application. User can apply to loan. After the loan is approved, the user is able to submit the weekly loan repayments.
Admin can reject or approve the loan application.
Refer app-data folder for app screens.
https://documenter.getpostman.com/view/10476122/TzseJ6Y3
I pushed .env and .env.testing files.
Create 2 database.
- aspire_app
- aspire_app_test
# install composer
$ composer install
# run migration
$ php artisan migrate
# run seeder
$ php artisan db:seed
# install passort
$ php artisan passport:install
# To regenerate the key
$ php artisan passport:keys
# test application
$ php artisan test
OAUTH_TOKEN_URL
APP_URL
replace the value of this variable with your project url in both environment file(.env and .env.testing)