LiveLoanFlow
A FastAPI lending backend: JWT + bcrypt auth, a mock credit-scoring engine (DTI ratio, term and income → 0–100 score), SQLAlchemy 2.0 models with Alembic migrations, and a REST API documented in Swagger.
- JWT + bcrypt authentication
- Credit-scoring engine (DTI → 0–100)
- Alembic migrations
- Docker + GitHub Actions CI
- Unit + integration tests (pytest)
- FastAPI
- SQLAlchemy 2.0
- Alembic
- Pydantic
- Docker

