Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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.

Running Application

## Local Setup

* Install Java 15
* Install Maven

Recommended 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
```