Skip to content

Simple QR code generator written in flask for testing docker.

License

Notifications You must be signed in to change notification settings

DietPawel/pwscapp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple QRCode generator

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

DockerHub

docker run -p 3000:3000 --env FG_COLOR="green" planeg/pwscapp:latest

About

Simple QR code generator written in flask for testing docker.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published