Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hardiksinghbehl/spring-boot-qr-code-generator-reader-api
Spring-boot application exposing REST API endpoints to generate QR-code representing custom message and endpoint to read the decoded message using java and google's zxing library.
https://github.com/hardiksinghbehl/spring-boot-qr-code-generator-reader-api
java qrcode-generator qrcode-reader spring-boot zxing-qrcode
Last synced: about 1 month ago
JSON representation
Spring-boot application exposing REST API endpoints to generate QR-code representing custom message and endpoint to read the decoded message using java and google's zxing library.
- Host: GitHub
- URL: https://github.com/hardiksinghbehl/spring-boot-qr-code-generator-reader-api
- Owner: hardikSinghBehl
- Created: 2021-05-30T07:05:40.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-05-30T08:27:36.000Z (over 3 years ago)
- Last Synced: 2024-05-10T18:57:47.069Z (8 months ago)
- Topics: java, qrcode-generator, qrcode-reader, spring-boot, zxing-qrcode
- Language: Java
- Homepage: https://iris-qr-code-api-spring-boot.herokuapp.com/swagger-ui.html
- Size: 61.5 KB
- Stars: 16
- Watchers: 3
- Forks: 15
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# QR-code Generator and Reader
###### Spring boot application exposing REST API endpoint to genrate QR-code representing custom message and another endpoint to read the decoded message, built using Java Spring boot and google's zxing library.
## Local Setup
* Install Java 15
* Install MavenRecommended way is to use [sdkman](https://sdkman.io/) for installing both maven and java
Run the below commands in the core
```
mvn clean install
``````
mvn spring-boot:run```
server port is configured to 9090 which can be changed in application.properties file
Go to the below url to view swagger-ui (API docs)
```
http://localhost:9090/swagger-ui.html
```