ZaTribune / simple-banking-system

Simple CLI Banking Application built with Java.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

simple-banking-system

Everything goes digital these days, and so does money.
Today, most people have credit cards, which save us time, energy and nerves.
From not having to carry a wallet full of cash to consumer protection, cards make our lives easier in many ways.
In this simple project, we will develop a simple CLI banking system with database.

OverView

This was a project I studied and worked on via this awesome educational platform called JetBrains Academy.
What's more interesting is that you can access it locally via IntelliJ's EduTools plugin.

overview

Technologies

  • Java 11
  • gradle
  • JDBC
  • SQLite db

Notes

  • This project uses an "SQLite database" added on project directory.
  • We need to pass the database file location as a JVM arg when running the application.

Testing & Deployment

  • Run the application via gradle command:
./gradlew  :app:run  --args="databaseName card.s3db"

Authors

Linkedin

About

Simple CLI Banking Application built with Java.


Languages

Language:Java 96.3%Language:Kotlin 3.7%