CMC

PDF:

Clear Mortgage Capital is a web application built to offer the mortgage services to their clients.

It is developed with a modern technology stack, including Laravel, React, Docker, AWS, Zapier, and more, to support a wide range of features such as instant notifications, bulk data import, data synchronization, and web scraping.

The platform leverages multiple AWS services like RDS for the reliable database management, that also supports creating DB read replicas for load balancing, traffic management and to handle the db downtime.

SES for sending email notifications. SQS to handle the background jobs & messaging between services, etc.

The Backend APIs followed the SOLID Principles and PSR Rules and implemented using the Laravel Layered Structure, where every code layer has its unique responsibility like:

* Controller for handling requests and responses.

* Services contain business logic

* Request classes for applying validations to the request data

* Resources for preparing the responses

* Event Subscribers to handle the events and trigger the specific tasks

* Queues for performing the background tasks

Laravel’s inbuilt ORM (Eloquent) is utilized for defining model relationships, managing fillable attributes, constants, data casting, etc.

============================================================

Old Version:

Clear Mortgage Capital is built using a modern tech stack that includes Laravel for the backend, ReactJS for the frontend, AWS services for cloud infrastructure, Docker for containerization, and Git for version control. 

The platform leverages AWS EC2 for scalable compute resources, AWS S3 for storing static content, and AWS RDS for reliable database management. The backend uses Laravel’s RESTful API to handle user data, loan applications, and mortgage calculations, while the frontend is powered by ReactJS, ensuring dynamic, real-time interactions and a smooth user experience. 

With Docker, the platform is containerized for consistency across development and production environments, allowing for efficient deployment and scalability. 

Git ensures seamless collaboration and version control, while the platform’s security protocols, including SSL encryption and AWS’s security features, protect sensitive user data. 

Clear Mortgage Capital’s tech infrastructure enables fast, reliable, and secure mortgage services with a user-friendly interface, optimized for performance and scalability.