All Projects → derickfelix → BankApplication

derickfelix / BankApplication

Licence: MIT License
🏦 Banking System Management

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to BankApplication

github-graffiti
Create awesome github graffiti for yourself or someone else
Stars: ✭ 52 (-38.1%)
Mutual labels:  swing
spring-boot-java-swing-reservations
The project aims to present how to connect Spring Boot 2 and Java Swing GUI widget toolkit. All application dependencies are provided by Docker Compose. There are also static code analysis tools like FindBugs and Checkstyle.
Stars: ✭ 86 (+2.38%)
Mutual labels:  swing
bian
The Banking Industry Architecture Network e.V. (BIAN) model in Archimate 3
Stars: ✭ 48 (-42.86%)
Mutual labels:  bank
CI-Calculator
CI-Calculator, A scientific calculator, built using JAVA. Front-end has been designed by java swing API.
Stars: ✭ 16 (-80.95%)
Mutual labels:  swing
iran-sheba
Validate and Recognize IBAN in Iran
Stars: ✭ 23 (-72.62%)
Mutual labels:  bank
Loan-calculator-bank-payment
Loan Calculator a small web application encoded in HTML, PHP, JS, and CSS. If you want to earn from BANK NICHE then you can use Loan Calculator script.
Stars: ✭ 32 (-61.9%)
Mutual labels:  bank
Subbranch-China
银行、支行名称。中国各地区各银行支行名称数据爬虫,数据来源微信商户平台,已经整理可直接导入的sql文件
Stars: ✭ 31 (-63.1%)
Mutual labels:  bank
projector-demo
A simple sample application demonstrating running Swing applications remotely
Stars: ✭ 32 (-61.9%)
Mutual labels:  swing
Java-Swing-Examples
Java Swing code examples
Stars: ✭ 26 (-69.05%)
Mutual labels:  swing
node-ebics-client
Node.js EBICS Client - compliant with ISO 20022
Stars: ✭ 46 (-45.24%)
Mutual labels:  bank
banksdb
No description or website provided.
Stars: ✭ 13 (-84.52%)
Mutual labels:  bank
ebics-java-client
Java open source EBICS client - Support for French, German and Swiss banks
Stars: ✭ 30 (-64.29%)
Mutual labels:  bank
PasswordSafe
Cross platform password manager.
Stars: ✭ 14 (-83.33%)
Mutual labels:  swing
JxBrowser-Examples
JxBrowser Examples & Tutorials
Stars: ✭ 49 (-41.67%)
Mutual labels:  swing
uno
UNO - Card Game with Java
Stars: ✭ 70 (-16.67%)
Mutual labels:  swing
swing-material
A collection of Material Design components and utilities for Swing.
Stars: ✭ 52 (-38.1%)
Mutual labels:  swing
discord-revolut
A Discord bot who monitor your Business Revolut account
Stars: ✭ 15 (-82.14%)
Mutual labels:  bank
bunq2ifttt
bunq2IFTTT creates a self-hosted interface between the bunq banking API and IFTTT.
Stars: ✭ 20 (-76.19%)
Mutual labels:  bank
open-psd2
An open source framework for using banking API's built for PSD2 regulation.
Stars: ✭ 20 (-76.19%)
Mutual labels:  bank
Sort-Algorithm-Visualiser
A sort algorithm visualisation GUI, created using Java and the Swing framework.
Stars: ✭ 58 (-30.95%)
Mutual labels:  swing

Banking System Management

This application handles some of the basics operations of a bank, such as customer's deposit and withdraw, money transferences, and fixed income calculations (Interest Rate or Bonds calculations). Still in development, feel free to contribute!

Image Demo

Getting Started

Step 1: Clone this Repository

git clone https://github.com/derickfelix/BankApplication

Step 2: Build & Run

./mvn clean package
java -jar target/BankApplication-<current version>-jar-with-dependencies.jar

Development

You'll need to use Netbeans for development, this IDE was chosen because it is widely used by most programmers due to its excellent tools for design forms of the Swing GUI.

No database is required to be installed, since this project is using the H2 Database, and all the data will be generated on the home folder of the project ~/.zweibank/db (Unix) or C:\zweibank\db (Windows). You can open the console of the database when the application is running by looking into http://localhost:8082. Enjoy!

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].