Simple Banking System with database in Python.
This is a practice to discover how the banking system works and learn about SQL. Furthermore, Luhn's algorithm is applied to see how it can help us avoid mistakes when entering a card number.
💳 Simple Banking System with database in Python. This is a practice to discover how the banking system works and learn about SQL
PythonMIT