Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thederickff/bankapplication
🏦 Banking System Management
https://github.com/thederickff/bankapplication
bank database design swing
Last synced: about 14 hours ago
JSON representation
🏦 Banking System Management
- Host: GitHub
- URL: https://github.com/thederickff/bankapplication
- Owner: thederickff
- License: mit
- Created: 2017-01-08T16:28:19.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2023-07-07T21:56:49.000Z (over 1 year ago)
- Last Synced: 2024-04-13T18:15:01.477Z (7 months ago)
- Topics: bank, database, design, swing
- Language: Java
- Homepage:
- Size: 2.15 MB
- Stars: 119
- Watchers: 16
- Forks: 56
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## 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](https://github.com/derickfelix/BankApplication/blob/master/src/main/resources/images/demo.jpeg)
### Getting Started
#### Step 1: Clone this Repository
`git clone https://github.com/derickfelix/BankApplication`
#### Step 2: Build & Run
```shell
./mvn clean package
java -jar target/BankApplication--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: rootpassword: admin