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.
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.
- Java 11
- gradle
- JDBC
- SQLite db
- 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.
- Run the application via gradle command:
./gradlew :app:run --args="databaseName card.s3db"