minispire_loan
1.0.0
Minispire Loan ist eine digitale Plattform zur Bereitstellung von Krediten für ihre Nutzer.
Minispire Loan ist ein Backend-RESTFUL-API-Anbieter mit den folgenden zwei Benutzerrollen:
Client-(Kunden-)Benutzer
Admin-Benutzer
HINWEIS : Es wird erwartet, dass Apache- und MySQL-Server im System installiert sind.
INSTALLATION:
- git clone https://github.com/parthlimbad/minispire_loan.git
- cd minispire_loan
- composer install
- php artisan create:database
- php artisan migrate
- php artisan passport:install
- php artisan passport:keys
- php artisan db:seed --class=RoleSeeder
- php artisan db:seed --class=AdminSeeder
DAS PROJEKT DURCHFÜHREN:
- php artisan serve
Die Minispire Loan Postman Collection ( Minispire Loan.postman_collection.json ) ist in diesem Repo enthalten und enthält alle API-Anfragen für die oben genannten Client- und Admin-Aktionen.
TESTFÄLLE DURCHFÜHREN:
- php artisan test --testsuite=Feature --filter UserTest
- php artisan test --testsuite=Feature --filter LoanTest