Aspire Trust is our Semester 3 (CS 3043 - Database Systems) project which is focused on Database Designing and implementation. In our project, we designed and implemented a Bank Transaction and Loan Processing System called Aspire Trust. It is a web-based application that includes features such as account management, internal fund transfers, loan processing, and reporting. It is designed to modernize the bank's operations and enhance customer service.
Note
You can find the published version of working web app in here
-
Customer Account Management
Allows customers to open and manage checking and savings accounts, view real-time account status, and receive notifications .
-
Fixed Deposit Management
Enables customers to create fixed deposits linked to their savings accounts, with automated interest calculations .
-
Transaction Management
Supports deposits, withdrawals, and fund transfers between accounts, both online and via ATMs .
-
Loan Services
Facilitates loan applications, interest rate calculations, and loan management .
-
Security and User Authentication
Ensures secure access through user authentication, data encryption, and access control mechanisms .
-
Branch-wise Reports
Generates detailed reports on transactions and loan payments for each branch .
- Frontend: HTML, CSS, JavaScript
- Backend: Flask (Python)
- Database: MySQL
Tip
Complete SRS can be found in here
Tip
Complete Database Design can be found in here