-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
Description:
The backend must handle the logic for proposal creation, storage, counter-offers, and finalizing agreements. This includes database structuring, API endpoints, and ensuring secure interactions.
The task is completed when:
- A database structure is created for storing proposals and counter-offers.
- API endpoints allow borrowers to create proposals and lenders to counter them.
- Borrowers can accept or reject counter-offers, and the system finalizes agreements accordingly.
- Security checks prevent unauthorized modifications to proposals.
- The backend syncs properly with the frontend to reflect real-time status updates.
ETA: ------