Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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_