Skip to content

Latest commit

 

History

History
55 lines (32 loc) · 821 Bytes

README.md

File metadata and controls

55 lines (32 loc) · 821 Bytes

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