Skip to content

This app is a QR code generator and decoder that allows users to generate a QR code of text and decode a QR code when the image is uploaded. It is built using the Java programming language, the Spring Framework (including Spring Boot and Spring MVC), Thymeleaf for HTML templates, and the ZXing library for scanning and decoding QR Codes.

Notifications You must be signed in to change notification settings

crni99/QRCodeGeneratorDecoder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

QR Code Generator Decoder

  • Spring Boot
  • Spring MVC
  • Thymeleaf
  • ZXing barcode scanning library for Java

Docker

  • Pull docker image
docker pull crni99/qrcodegeneratordecoder
  • Run docker and expose port
docker run -d -p 8080:8080
  • Open a web browser and paste this:
http://localhost:8080/

Screenshots

Generate

Generate

Decode

Decode

About

This app is a QR code generator and decoder that allows users to generate a QR code of text and decode a QR code when the image is uploaded. It is built using the Java programming language, the Spring Framework (including Spring Boot and Spring MVC), Thymeleaf for HTML templates, and the ZXing library for scanning and decoding QR Codes.

Topics

Resources

Stars

Watchers

Forks