The current webapp generate QR codes from strings.
To run the image, simply run the following command:
docker-compose up -dThis will build the image if not already built and starts the docker container.
By default, you can access the generator at address: http://localhost:8000/api/v1/qrcode/.
There is 2 another endpoints: /ping and /health which you can use to verify if the service is up and running.
To build the image, simply run the following command:
docker-compose buildFeel free to contribute and modify sources...