https://github.com/joaoteixeira13/qr-code-service
A Spring Boot application that generates QR Codes
https://github.com/joaoteixeira13/qr-code-service
backend java qrcode qrcode-generator spring-boot
Last synced: about 2 months ago
JSON representation
A Spring Boot application that generates QR Codes
- Host: GitHub
- URL: https://github.com/joaoteixeira13/qr-code-service
- Owner: JoaoTeixeira13
- Created: 2024-08-09T17:27:35.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-12T11:04:32.000Z (almost 2 years ago)
- Last Synced: 2025-04-04T18:36:19.050Z (about 1 year ago)
- Topics: backend, java, qrcode, qrcode-generator, spring-boot
- Language: Java
- Homepage:
- Size: 47.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## QR Code Generator
- QR Code Generator is a Spring Boot backend application that allows users to generate QR Codes with different parameters.
## Features
- Generates QR Codes according to following parameters:
- Contents
- Size
- File type
- Error correction
## Usage
- query the api with the following endpoint:
- /api/qrcode?contents=**{content}**&size=**{size}**&type=**{type}**&correction=**{errorCorrection}**
- size, type and error correction are optional parameters, default values are set when parameters are absent.