https://github.com/natthasath/demo-qrcode-api
QR Code is a compact and efficient barcode that can store data such as URLs, contacts, and more. Easily scannable with a smartphone camera, QR Codes are widely used for marketing, advertising, and everyday information exchange.
https://github.com/natthasath/demo-qrcode-api
docker-compose dockerfile fastapi poetry python qrcode
Last synced: about 2 months ago
JSON representation
QR Code is a compact and efficient barcode that can store data such as URLs, contacts, and more. Easily scannable with a smartphone camera, QR Codes are widely used for marketing, advertising, and everyday information exchange.
- Host: GitHub
- URL: https://github.com/natthasath/demo-qrcode-api
- Owner: natthasath
- License: mit
- Created: 2023-02-09T06:07:44.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-08-18T03:30:31.000Z (almost 3 years ago)
- Last Synced: 2025-02-26T10:45:01.011Z (over 1 year ago)
- Topics: docker-compose, dockerfile, fastapi, poetry, python, qrcode
- Language: YAML
- Homepage: https://qr-creator.com/
- Size: 45.9 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# 🎉 DEMO QRCode API
QR Code is a compact and efficient barcode that can store data such as URLs, contacts, and more. Easily scannable with a smartphone camera, QR Codes are widely used for marketing, advertising, and everyday information exchange.



### ⚓ Developer Tool
- [Link Mix](https://linkmix.co)
- [MIcrosoft 365](https://linkmix.co/14572088)
- [NIDA UApp](https://linkmix.co/14595825)
### ⭐ Features
- Single URL
- Multiple URLs
- Email Address
- Mobile Message
- Phone
- Contact
- Event
- Multiple URLs & OS Detection to Redirect (Android & iOS)
- Add Logo to QR Code
- Fixed QR Code & Dynamic URL
### 🏆 Run
- [http://localhost:8000/docs](http://localhost:8000/docs)
- [http://localhost:8000/subapi/docs](http://localhost:8000/subapi/docs)
```shell
docker-compose up -d
```