TheTrigger / docker-qrcode-generator

Microservice as docker container to generate QR codes

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Introduction

The current webapp generate QR codes from strings.

Getting Started

To run the image, simply run the following command:

docker-compose up -d

This 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.

Build and Test

To build the image, simply run the following command:

docker-compose build

Contribute

Feel free to contribute and modify sources...

About

Microservice as docker container to generate QR codes

License:MIT License


Languages

Language:Python 81.8%Language:Dockerfile 18.2%