Prerequisites
To get the most out of LoanVista, you’ll need:- An active API key
- Access to your LOS (Encompass / LendingPad) credentials
- A running instance of the LoanVista API
Installation
LoanVista services are containerized for easy deployment. You can get started by running the full stack using Docker Compose.Configure Environment
Set up yourappsettings.json or .env file with your database connection strings:
First Steps
Once the platform is running, you can start managing your loan pipeline:- Check API Health:
GET /health - Retrieve Loan Data:
GET /api/loans - Calculate Rates:
POST /api/pricing/calculate

