Simple API that will encode and decode Datamatrix 2D barcodes.
- Build image
docker build -t dwimberger/dmtx-api .
- Run the image using
docker run -e ... dwimberger/dmtx-api
curl localhost:8080/dmtx/`uuidgen` > test.png
curl -F "[email protected]" localhost:8080/dmtx
You can set environment variables e.g.:
- Debug Logs:
-e "DEBUG=app,handler"