New way of paying shopping bills
- Azure SQL Database
- Azure Cloud Functions
We want to introduce a new method for making the payments(in shopping malls etc). We often use cash, cards, UPI for making payments, how about doing the payment without including any of these ?. Yes, that’s our idea. We want people to make their payments with just their fingerprint.
We have created a mobile app, using which users can see their transaction details. Used Azure SQL database for storing the user information and transaction information etc. Created a python script for reading the data from the Azure SQL database. And hosted the above python scripts as independent serverless Azure Cloud Functions.
Android, Python, Azure SQL database, Azure Cloud Functions.
Documentations for the prototype can be found here.
Screenshots for the prototype can be found here.