Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/s-rb/qr-barman
QR code scanner and generator
https://github.com/s-rb/qr-barman
Last synced: about 1 month 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 (about 1 month ago)
- Default Branch: master
- Last Pushed: 2024-12-07T19:05:27.000Z (about 1 month ago)
- Last Synced: 2024-12-07T20:17:36.419Z (about 1 month ago)
- Language: Kotlin
- Size: 18.6 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
```