for more info, visit here
$ git clone https://github.com/TarunKurella/qrproxy.git
$ cd qrproxy/
$ pip3 install -r requirements.txt
$ python3 app.py-
You'll need to create a Firebase instance. Follow the instructions at https://console.firebase.google.com.
-
Upon opening your project's overview pannel, below the title, click on add platform and select web
-
Copy the config variable.
-
Replace it in app.py and route.py
$ python3 app.py- Creating WebApp
- Creating Mobile App
- Setting up working database
- Connecting them both
- Improving UX of MobileApp
- Adding facial verification to mobile app ( to prevent friends from scanning qr)
- designing schema for database
