This is a loan comparer simple loan comparer application. The potential client can create an inquiry for credit to multiple sources/companies.
This API provides additional logic for bank employees who can accept or refuse offers.
- Creating inquires
- Returning offers from banks
- Accepting an offer from a client perspective
- Accepting or rejecting offers from a bank employee perspective
- Providing documents for credit
- Ability to upload signed documents.
- Created using ASP.NET Core
- Logging using Azure AD B2C
- Files store with Blob Storage
- Connection to the database with Entity Framework
- Sending emails with SendGrid