Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/saumya-bhatt/qr-code-generator
Webapp to upload static content and make them shareable in form of QR codes.
https://github.com/saumya-bhatt/qr-code-generator
fastapi firebase firebase-storage python streamlit vercel
Last synced: 16 days ago
JSON representation
Webapp to upload static content and make them shareable in form of QR codes.
- Host: GitHub
- URL: https://github.com/saumya-bhatt/qr-code-generator
- Owner: Saumya-Bhatt
- Created: 2024-08-22T22:03:35.000Z (3 months ago)
- Default Branch: master
- Last Pushed: 2024-08-29T09:03:53.000Z (3 months ago)
- Last Synced: 2024-10-11T09:22:41.685Z (about 1 month ago)
- Topics: fastapi, firebase, firebase-storage, python, streamlit, vercel
- Language: Python
- Homepage: https://qr-code-generator-sbcf.streamlit.app/
- Size: 203 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# QR Code generator
Static document QR code generator. Get in touch to try it out.
- **Blob Storage** : Firebase
- **Webapp Stack** : Python (FastApi)
- **Backend Hosting** : Vercel
- **Frontend Stack** : Python (Streamlit)## Screenshots
![Main Page](./assets/main_page.png)
## Troubleshooting
- [Firebase Console](https://console.firebase.google.com/u/1/project/qr-code-generator-f0b11/overview)
- [Vercel Console](https://vercel.com/saumyabhatts-projects/qr-code-generator)### Helpful References
1. [Adding service account to vercel](https://dev.to/vvo/how-to-add-firebase-service-account-json-files-to-vercel-ph5)
2. [FastAPI with Vercel](https://dev.to/mihaiandrei97/building-a-fastapi-application-and-deploying-it-with-vercel-ho7)
3. [Remove line-breaks from JSON](https://www.textfixer.com/tools/remove-line-breaks.php?__cf_chl_tk=4f6nwQFGJvELIXDn3NUVFO7oqsUErM5r8ULgkVqDEfk-1724376259-0.0.1.1-8425)