This platform allows customers to request and take loans without central authority. All transactions and negotiations happen between customer to customer.
- Registration (with documents uploading) and log in.
- Customers can borrow a loan by creating a loan request.
- Listing out requested loans to all customers on this platform.
- Customers can lend loans to the requested customers by accepting the loan.
- Negotiations on tenure and interest rates are done by using the modify option of a loan request.
- Email will be sent to the lender and borrower after a successful transaction and for loan modification requests.
- React.js for frontend
- Node.js (Express.js) for backend
- MongoDB database used to store data
Clone the project
In the project directory, we have frontend-react and backend-node directories which are frontend and backend applications
It runs the app in development mode.
Open http://localhost:3000 to view it in your browser.
Create a .env file in the backend-node dir and use your own environmental variable to make the application work.





