| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
ย | ย | |||
ย | ย | |||
ย | ย | |||
The Credit Approval System is a Dockerized Django REST API designed to evaluate customer loan eligibility using a rule-based credit scoring mechanism.
It calculates credit scores based on:
The system determines loan approval status and corrected interest rates while ensuring financial constraints such as the 50% income exposure rule.
graph TD
Client --> API[Django REST API]
API --> DB[(PostgreSQL)]
API --> Engine[Credit Scoring Engine]
Docker --> API
Docker --> DB
credit-approval-system/ โโโ docker-compose.yml โโโ Dockerfile โโโ manage.py โโโ requirements.txt โโโ core/ โโโ customers/ โโโ loans/ โโโ scripts/
docker-compose up --buildThe API will be available at:
http://localhost:8000
MIT License ยฉ 2025 Aryan Baadlas
Aryan Baadlas
Email: aryanbaadlas@gmail.com
GitHub: https://github.com/be-a-guptaji
If you like this project, give it a star โญ on GitHub!
| Back | FazBrowse Home | New Git URL |