Skip to content

QR Code generator based on DietPawel's source. Runs directly based on required libraries or under a dockerized container environment.

License

Notifications You must be signed in to change notification settings

raskitoma/qrcode

Repository files navigation

Simple QRCode generator

This is a mod from DietPawel/pwscapp: Simple QR code generator

I just added some beautification to it, also allowing to run on ARM (I'm running it in a raspberry pi). Separated most things to proper locations and to compile with any possible coding and security standards.

Code Quality

Quality gate

Screenshot

Screenshot

Running locally

#git clone ...
#cd <clone dir>
virtualenv venv
source venv/bin/activate
pip install -r requirements.txt
cd app
uwsgi --ini uwsgi.ini

By default it runs on 0.0.0.0:3000

Run in a docker contianer

Edit docker-compose.yml file as needed (port info, etc), next, do the following:

docker-compose build

After it ends the building process, run the container:

docker-compose up -d

Browse to http://<qrcode host>:<port>. The default should be 3000, but for the current docker-compose.yml file it is 8060.

This is a mod from DietPawel/pwscapp: Simple QR code generator

About

QR Code generator based on DietPawel's source. Runs directly based on required libraries or under a dockerized container environment.

Topics

Resources

License

Stars

Watchers

Forks