A QR-Code Generation API https://qr.astrago.de
  • Rust 54.8%
  • HTML 32.9%
  • Dockerfile 8.8%
  • Just 3.5%
Find a file
2026-03-05 18:37:56 +01:00
assets removed impressum 2025-08-16 13:49:07 +02:00
src Feat(Server): Add Compression Layer to Services 2025-12-21 23:48:44 +01:00
.dockerignore added docker stuff 2025-01-11 21:43:49 +01:00
.gitignore added docker stuff 2025-01-11 21:43:49 +01:00
Cargo.lock chore: upgrade dependencies 2026-03-05 18:37:56 +01:00
Cargo.toml chore: upgrade dependencies 2026-03-05 18:37:56 +01:00
compose.yaml.example add restart policy to example docker-compose file 2025-01-11 22:09:31 +01:00
Dockerfile update docker 2026-02-16 19:35:46 +01:00
justfile add Docker commands for starting, stopping, and viewing logs 2025-01-13 22:43:52 +01:00
README.md refactor README and main route for clarity; enhance error handling in QR code generation 2025-01-11 23:42:19 +01:00

QR Code API

This project generates QR-Codes using an Axum service.

Setup

  1. Install Rust.
  2. Clone this repo.
  3. Run with cargo run.

Usage

Send a GET request to /generate?data=HelloWorld to get a PNG QR-Code.