Project Name: SAFE (Save And Fortune Excellence) Bank
Project Type: Web Application
Course: Principle of Database Systems Project
Project-SAFE-Bank is a comprehensive web application designed to manage banking data, focusing on customer accounts and loan management. The application integrates various account types (checking, savings, loans) while ensuring compliance with business requirements through a robust database schema.
-
Customer Management:
- CRUD operations for customer data, including personal details and addresses.
-
Account Management:
- Support for different account types: checking, savings, and loans.
- Manage account-specific attributes (interest rate, loan rate, etc.)
-
Loan Management:
- Differentiate between loan types: Home, Personal, Student.
- Capture details such as insurance, educational institutions, and payment terms.
-
Reporting:
- Generate summary reports on customer accounts and loans.
- Analyze high-value customers and active accounts.
- Customer Table: Stores customer information like name and address.
- Account Tables: Individual tables for each account type (checking, savings, loan).
- Loan Subtables:
- Home Loan: Insurance, house build year, premium.
- Personal Loan: Early repayment fee.
- Student Loan: Education institution, student details.
- Frontend: JavaScript, Bootstrap.
- Backend: Java, Spring Boot, REST API.
- Database: MySQL.
- Other Tools: MySQL Workbench for database management.
- Clone Repository:
git clone https://github.com/your-username/Project-SAFE-Bank.git
Principle of Database System Project