Skip to content

OBoudreaux/campcard-qr-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

QR Code Generator for the Meclenburg County Council Camp Card Sale

Generates QR codes to the online sales page with scout name and unit fields of the form prefilled.

Entirely based on the work of bizzycola

QR Code Generator UI

Docker

Basic docker container with a HTML/CSS/JS UI to generate a QR Code from a provided URL. Uses tailwind CSS and qrcode.js

Usage:

docker build -t webserver .
docker run -it --rm -d -p 8080:80 --name web webserver

I've also included a Docker Compose file so if you've got Docker Compose, you may also use these commands:

# Run in current shell
docker-compose up

# Run as a background process
docker-compose up -d

# Stop background process
docker-compose down

Libraries:

QRCode-SVG: https://github.com/papnkukn/qrcode-svg

TailwindCSS: https://github.com/tailwindlabs/tailwindcss

CanvG: https://github.com/canvg/canvg

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •