ShubhamBansal1997 / aspire-api

Aspire Assignment API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Aspire

description

This is a mini version of Loan repayment system built with Laravel framework. The APIs will allows to handle user loans. The following features/functions will be includes.

user's functions

  • user can register
  • user login via API & token will return (that token have to used for all the functions below)
  • user can request a loan(s)
  • user can view his requested loans
  • user can view the loan that had offered to him
  • user can accept the offered loan
  • user can make payment
  • admin can offer a new loan (admin is identified with the help of is_officier field in the table)
  • admin can view loan details

installation

(1) create database
(2) php artisan migrate

Postman collection

Postman

About

Aspire Assignment API


Languages

Language:PHP 71.7%Language:Blade 27.9%Language:JavaScript 0.2%Language:SCSS 0.2%