You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Test Screenshots
About
💳 Simple Banking System with database in Python. This is a practice to discover how the banking system works and learn about SQL