Is it possible to Connect a QR code to an offline Database? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Is it possible to Connect a QR code to an offline Database?

I would like to ask if a QR code can be used in order to access to the information stored in a Company internal Database; all of that without using internet (just in case it goes down).

23rd May 2020, 11:13 AM
simone gnocchi
simone gnocchi - avatar
1 Answer
0
QR code is just a scanned code of an url, you can make a webpage that accesses localhost server and local database whenever there is a request. Build your QR code of the localhost link and scanner from these codes: https://code.sololearn.com/Wgik9T3pVbxD/?ref=app https://code.sololearn.com/W8TD2J14e8MP/?ref=app
23rd May 2020, 11:53 AM
Calviղ
Calviղ - avatar