This project uses basic Luhn Algorithm, database and python to create credit-card system
- Luhn Algorithm is used to decide if given credit card number is valid. For further reading visit https://en.wikipedia.org/wiki/Luhn_algorithm
- SQLite3 database is used in this project because it comes with standard python(v=3.8+ i am using for this project) installer