• Stars
    star
    123
  • Rank 290,145 (Top 6 %)
  • Language
    Java
  • License
    MIT License
  • Created almost 8 years ago
  • Updated over 1 year ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

๐Ÿฆ Banking System Management

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!

Default Credentials

user: root

password: admin

More Repositories

1

GreatSpace

๐Ÿ‘พ Space Invaders Game Style
Java
24
star
2

fcmb

A fingerprint program that connects with fingerprint scanners and uses the Cwsq, Mindtct and Bozorth3 to check whether a fingerprint match or not with a existing fingerprint gallery.
C++
19
star
3

jloquent

jLoquent - A Java ORM based on Laravel's Eloquent
Java
17
star
4

OpenGL_Fundamentals

A cross-platform C++ project that approaches some of the fundamentals of OpenGL
C++
12
star
5

tic-tac-toe-artificial-intelligence

๐Ÿค– Tic Tac Toe game written in java, with Artificial intelligence
Java
8
star
6

includeDelivery

๐Ÿ“ซ A Delivery application made with Laravel Framework, used as reference code.
PHP
7
star
7

pppucpp_answers

Find here the answers of the exercises listed on the book of the creator of the C++ language, Programming Principles and Practice using C++ created by Bjarne Stroustrup.
C++
5
star
8

Classical-Physics-Smart-Calculator

๐Ÿ““ Classical Physics Smart Calculator
Java
5
star
9

instagram-autolike

A bot to like the last picture of all followers of a target profile
Python
4
star
10

FlappyBird

๐Ÿฆ A FlappyBird game made using Strategy and Proxy Image, and MVC pattern.
Java
4
star
11

WebStore

๐Ÿƒ A web application made with the Spring MVC Framework
Java
4
star
12

product-app

The oficial repository of the Product App Youtube Series
TypeScript
4
star
13

jsqb

Stop to lost time writing repeated SQL queries and let Java SQL Query Builder do the job for you. It's simple, fast and lightweight.
Java
4
star
14

TddWithJUnit

๐Ÿ”„ Physics equations made with TDD
Java
3
star
15

DataStructure

๐Ÿ“š Data Structure algorithm types in Java
Java
3
star
16

FaceDetectorOpenCV

A sample Face Detector application using OpenCV
C++
3
star
17

WizardTDS

๐Ÿ”ฎ Wizard Top Down Shooter Game build in Java
Java
3
star
18

PairBnB

A place booking app, where people can offer their places and you can book other places, a little bit like AirBnB
TypeScript
3
star
19

AjaxCourse

Ajax Basic course with laravel
PHP
2
star
20

LaravelAcl

Laravel Project with Acl
PHP
2
star
21

multi-auth

Laravel 5 Multi Auth Example
PHP
2
star
22

density-calculator

๐Ÿ’ง Density Calculator
Java
2
star
23

unlimited

An unlimited depth tree to-do list with commentable and colorable items. (Javascript Desktop App + Node.js + Firebase Realtime Database through Rest API).
JavaScript
2
star
24

GithubRepositoryApp

A simple app that can search for github repositories using the Github API
Java
2
star
25

Dane

My Simple Study/Hobby Purpose Game Engine
C++
2
star
26

elotech-person

TypeScript
2
star
27

PlainGame

A Platform Game made with gedit
Java
2
star
28

multiplayer-game

A simple multiplayer game
JavaScript
2
star
29

cpp-financial-algorithms

It solves many of the important problems in financial engineering that are part of the day-to-day work of financial programmers in large investment banks and hedge funds.
C++
2
star
30

laravelExpress

Laravel Express course from Code Education, Finished!
PHP
2
star
31

tictactoe-app

Java
2
star
32

Bookstore

Java Web Application with JSF, SpringSecurity and using file based database.
Java
2
star
33

angion-yt-tips

Angular/Ionic repository for the yt-tips series on my youtube channel
TypeScript
2
star
34

Realog

Fast and quick setup header-only Log Library
C++
2
star
35

iongithub

Ionic Application
TypeScript
2
star
36

chess-clock

Chess Clock App but you hear the clock ticking all the time, which may give the player more pressure.
TypeScript
2
star
37

PlatformGame

A Platform game made in java
Java
2
star
38

BasicActionRpgGame

Basic top down pixel action rpg game using godot
GDScript
2
star
39

surf

Node.js, Typescript, Yarn, Express, CI/CD, Github Actions, Heroku
TypeScript
2
star
40

DappToken

ERC20 Token, following the Dapp University course
JavaScript
2
star
41

thederickff

2
star
42

sh-code-challenge

Sword Health Code Challenge (node, express, typescript, docker, unit test, mysql).
TypeScript
2
star
43

cpp-data-structures

C++
2
star
44

mynance

Mynance is the implementation for the binance API, the main purpose here is the learning process.
TypeScript
2
star
45

BasicMultiplayerGotm

Basic godot multiplayer for gotm platform setup
GDScript
2
star
46

seat-bca

Sprint boot application to reserve seats on your company building.
Java
1
star
47

spring-jwt-example

JWT Authentication implementation with Spring 3
Java
1
star
48

DeveloperToolsUseCases

Application used on the Browser Developer Tools - Using for everything udemy course. To show the usage of the developer tools
TypeScript
1
star