https://github.com/wlopezm-unal/cobro_bancario
Backend using FastApi and CRUD methodology. This project aims to receive data from users, look at bank loan statuses, look at the amount of money requested and approved. On the other hand, it has a notification option sending an email to the user in case the loan cancellation date has passed.
https://github.com/wlopezm-unal/cobro_bancario
fastapi mysql python smtplib sqlalchemy
Last synced: about 2 months ago
JSON representation
Backend using FastApi and CRUD methodology. This project aims to receive data from users, look at bank loan statuses, look at the amount of money requested and approved. On the other hand, it has a notification option sending an email to the user in case the loan cancellation date has passed.
- Host: GitHub
- URL: https://github.com/wlopezm-unal/cobro_bancario
- Owner: wlopezm-unal
- Created: 2024-06-05T03:22:10.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-15T17:16:35.000Z (almost 2 years ago)
- Last Synced: 2025-01-08T03:43:27.797Z (over 1 year ago)
- Topics: fastapi, mysql, python, smtplib, sqlalchemy
- Language: Python
- Homepage:
- Size: 17.8 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Bank loan
--------------------------------------------------
Backend using FastApi and CRUD methodology.
* This project is a backend created with FastApi and Python, where you can enter customer data, loan status data, loan application data, loan status, payment methods, sending mail in case the customer has not made the respective payment of the loan.
