/FinBloom

A DeFi web application for microloans built using XPRL

Primary LanguagePython

BloomFin

Devpost - (Devpost Link) A DeFi Prototype for P2P microloans built using XPRL

Run server

cd backend;

python -m uvicorn server:app --reload

Run the frontend

cd frontend;

npm run dev

Test if its working

Make a GET request to http://127.0.0.1:8000/hello or simply open that url in browser. Server should give back this response:

{"message":"yep, it's working"}

Snapshots from the project

Home page

home

Loans Request

home

Eligibilty Check

home

Details of the loan

home

Loan Repayment

home

Credit Score

home