Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/macktb/simple-banking-system
Simple banking system using JDBC API, SQLite database and Luhn algorithm to validate credit card.
https://github.com/macktb/simple-banking-system
jdbc-api sqlite
Last synced: 5 days ago
JSON representation
Simple banking system using JDBC API, SQLite database and Luhn algorithm to validate credit card.
- Host: GitHub
- URL: https://github.com/macktb/simple-banking-system
- Owner: macktb
- Created: 2020-12-08T23:56:43.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2020-12-09T01:21:32.000Z (about 4 years ago)
- Last Synced: 2025-01-10T16:54:17.128Z (6 days ago)
- Topics: jdbc-api, sqlite
- Language: Java
- Homepage:
- Size: 84 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Simple Banking System
**Simple banking system** with **JDBC API** and **SQLite** database (RDBMS).
We use _Luhn algorithm_ to validate credit card.To run this app, you will need to specify in the program arguments
the following params : _-fileName card.s3db_