Skip to content

nominori-dev/qrcode-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

QR Code API

Powered by bdv.pw

Simple REST API for generating EAN Barcodes and QR Codes.


Tech stack

  • Java 17
  • Spring Boot 3
  • SpringDoc
  • Google ZXing
  • Thymeleaf

Setup

You can run this project locally without any 3rd party dependencies.

  1. Clone this repository
git clone https://github.com/nominori-dev/qrcode-api
# cd into repository
cd qrcode-api
  1. Download dependencies and run project
# Install dependencies
./mvnw install 

# Then run application
./mvnw spring-boot:run

Authors

Releases

No releases published