Matrix Codes API is a versatile Reactive REST API for generating and decoding various matrix codes, including barcodes and QR codes.
Built using Java 21 and the Spring 3.2.4 using Kotlin lang TDD and leveraging:
- ZXing library
- OpenAPI specification
- atlassian/swagger-request-validator-core
- zalando/problem-spring-web library
- API design guidelines
- Generate QR codes with customizable content.
- Create barcodes for various types of data.
- Decode matrix codes from images or scanned documents.
- Simple and intuitive API endpoints for easy integration.
Versatile API for generating and decoding various matrix codes, including barcodes and QR codes
- The
main
branch is where the site is automatically built from, and is the place to put changes relevant to the current version. - The
stage
branch is where we store changes that are related to the next release. - The
dev
branch is where we store changes that are related to the next release. - The
feature/
branch used for work on new feature.