https://github.com/s-rb/qr-barman
QR code scanner and generator
https://github.com/s-rb/qr-barman
Last synced: 22 days ago
JSON representation
QR code scanner and generator
- Host: GitHub
- URL: https://github.com/s-rb/qr-barman
- Owner: s-rb
- License: unlicense
- Created: 2024-12-07T19:01:31.000Z (7 months ago)
- Default Branch: master
- Last Pushed: 2024-12-15T08:55:15.000Z (7 months ago)
- Last Synced: 2025-04-01T11:54:03.504Z (4 months ago)
- Language: Kotlin
- Size: 113 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# QR code generator project
Based on Vaadin, SpringBoot web application
Zxing as qr code encoder
How to build with Docker
```bash
docker build . -t barman:latest
docker run -p 8080:8080 barman:latest
```or use docker-compose
```bash
docker-compose up -d
```### TODO:
Implement these types of input:
- text
- URL
- contact
- event
- phone call
- SMS
- Wi-Fi