-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #68 from Group-02-CS3043/yasantha
Added Documentation
- Loading branch information
Showing
237 changed files
with
2,575 additions
and
1,255 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,8 @@ | ||
# Secret file | ||
.env | ||
*.pyc | ||
*.pyc | ||
bin/ | ||
lib/ | ||
include/ | ||
lib64 | ||
*.cfg |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file was deleted.
Oops, something went wrong.
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,77 @@ | ||
# Banking System Project - Aspire Trust | ||
![Aspire Trust](../Assets/Aspire_Trust.png) | ||
|
||
![Flask](https://img.shields.io/badge/Flask-2.0.1-green) | ||
![MySQL](https://img.shields.io/badge/MySQL-8.0.26-orange) | ||
![HTML](https://img.shields.io/badge/HTML-5-red) | ||
![CSS](https://img.shields.io/badge/CSS-3-blue) | ||
![JavaScript](https://img.shields.io/badge/JavaScript-ES6-yellow) | ||
|
||
|
||
## Introduction | ||
**The Bank Transaction and Loan Processing System** *Aspire Trust* will be 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 . | ||
|
||
## System Features | ||
- **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 . | ||
|
||
## Technologies Used | ||
- **Frontend** : HTML, CSS, JavaScript | ||
- **Backend** : Flask | ||
- **Database** : MySQL | ||
|
||
## Installation | ||
1. Clone the repository | ||
```bash | ||
git clone https://github.com/Group-02-CS3043/AspireTrust | ||
``` | ||
2. Install the Virtual Environment | ||
```bash | ||
cd WebApp && pip install virtualenv | ||
``` | ||
3. Create a Virtual Environment | ||
```bash | ||
python -m venv . | ||
``` | ||
4. Activate the Virtual Environment | ||
|
||
- if you are using Windows | ||
```bash | ||
.\Scripts\activate | ||
``` | ||
- if you are using Linux | ||
```bash | ||
source bin/activate | ||
``` | ||
5. Install the Required Libraries | ||
```bash | ||
pip install -r requirements.txt | ||
``` | ||
6. Run the Application | ||
```bash | ||
python app.py | ||
``` | ||
|
||
|
||
## Contributors | ||
- [Yasantha Niroshan](https://github.com/yasanthaniroshan) | ||
- [Shyamal De Silva](https://github.com/dilumin) | ||
- [Sithum Jeevantha](https://github.com/sithumjee) | ||
- [Akindu Induwara](https://github.com/AkinduID) | ||
- [Abisherk Sivakumar](https://github.com/SivakumarAbisherk) |
This file was deleted.
Oops, something went wrong.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
Oops, something went wrong.