Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```