qr-code-gen is a simple web app for generating QR-Codes written in Python with the FLASK framework
You can preview and use the app under qr.luiserbert.de
Make sure docker and docker-compose is installed. Clone the repository and start the stack.
docker-compose up -dYou can now acces the web-app via
http://hostname:5432
If you plan on making the Application publicly available I recommend running behind a proxy, since the connection won't be secured otherwise
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.