Skip to content
/ quarcode Public

A QR Code generator using Spring Boot, Thymeleaf and the ZXing API.

Notifications You must be signed in to change notification settings

Lylio/quarcode

Repository files navigation

Quarcode

Description

A QR Code generator using Thymeleaf and ZXing. Demo can be found at:
https://quarcode.lyle.app/

Tech Stack

  • Spring Boot (JDK 17)
  • Thymeleaf
  • ZXing
  • Maven

Setup & Launch

Docker Launch

  1. docker build -t quarcode .
  2. docker run -p 8080:8080 quarcode:latest
  3. Navigate to http://localhost:8080/

Maven Launch

  1. mvn spring-boot:run
  2. Open browser at http://localhost:8080/

QR Code Scanning

Use a free QR Code Reader app to scan a QR code image on your phone:


Acknowledgements

Based on the qr-code-generator app built by Kai Saborowski.

About

A QR Code generator using Spring Boot, Thymeleaf and the ZXing API.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published