backend-go/ ├── config/ # Database configuration ├── controllers/ # Request handlers ├── dto/ # Data Transfer Objects ├── middleware/ # Auth & authorization middleware ├── migrations/ # Database ...
This project is a complete loan management system with Flask backend, MySQL database, and HTML templates. All forms are now connected to the backend API and data is saved to the database.