minispire_loan
1.0.0
Minispire Loan es una plataforma digital para otorgar préstamos a sus usuarios.
Minispire Loan es un proveedor de API RESTFUL de backend que tiene los siguientes 2 roles de usuario:
Cliente (Cliente) Usuario
Usuario administrador
NOTA : Se espera que el servidor Apache y MySQL estén instalados en el sistema.
INSTALACIÓN :
- 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
EJECUTAR EL PROYECTO:
- php artisan serve
Minispire Loan Postman Collection ( Minispire Loan.postman_collection.json ) se incluye en este repositorio que contiene todas las solicitudes de API para las acciones de cliente y administrador mencionadas anteriormente.
EJECUTAR CASOS DE PRUEBA:
- php artisan test --testsuite=Feature --filter UserTest
- php artisan test --testsuite=Feature --filter LoanTest