Skip to content

andresGitDev/qr-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

QR-code Generator and Reader

Application used [Java 1.8]

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 1.8]
  • Install Maven

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/qr-api/swagger-ui.html
http://testing.betasepp.com.ar:9110/qr-api/swagger-ui.html

About

Generador de QR en Png

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages