Skip to content

Latest commit

 

History

History
38 lines (34 loc) · 1.4 KB

README.md

File metadata and controls

38 lines (34 loc) · 1.4 KB

p2p-lending

P2P-Lending is a web app that allows borrowers to request loans for their businesses, personal needs, emergency funds, or any other reasons. The requested loan amount is fulfilled by group of lenders for certain interest in return.

It is based on the concept of Loan Slicing and Collaborative Lending.

Implemented using Java, Spring Boot, React and Postgres.

Login.

AccountService1

Registration.

AccountService2

KYC registration.

AccountService3

Loan Request and Loan history [Exclusively Borrower].

LoanService1

Loan Suggestions [Exclusively Lender].

LoanSuggestionService1

Lend Amount feature [Exclusively Lender].

LoanSuggestionService2

Lendings [Exclusively Lender].

LoanService2

Repayment features [Exclusively Borrower].

RepaymentService

Borrower wallet and transaction history.

BorrowerWalletService

Lender wallet and transaction history.

LenderWalletService