A P2P Money Lending Platform
- Users can lend, donate and borrow money from other users, through signing a contract.
- Loan receivers are required to show a collateral of equivalent worth which satisfies the lender.
- Admins verify user info and there is a limit on the loan amount to avoid/reduce fraud.
- MongoDB
- ReactJS
- NodeJS (Express)
You need to start the server first. In the server directory, execute the following commands:
$ npm i
$ npm start
Then, to spawn clients, go to the client directory and execute the following commands:
$ npm i
$ npm start
Some screenshots of the project from different types of users are available in the screenshots directory.
If the database is up and running, use the following credentials to login as an admin:
username: admin@gmail.com
password: admin
This project was co-authored by Ishraq R Rahman, Rafid Bin Mostofa and Fazle Rafsani.