Phase 1-14 complete: - Unified Express.js API (TypeScript, Prisma ORM, PostgreSQL 16) - React Admin GUI (Vite + Ant Design + Zustand) - JWT auth with refresh tokens - Influence: Campaigns, Representatives, Responses, Email Queue - Map: Locations, Cuts, Shifts, Canvassing System - NAR data import infrastructure (2025 format) - Listmonk newsletter integration - Landing page builder (GrapesJS) - MkDocs + Code Server integration - Volunteer portal with GPS tracking - Monitoring stack (Prometheus, Grafana, Alertmanager) - Pangolin tunnel integration Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
916 B
916 B
Mini QR
Simple QR code generator service.
Overview
Mini QR is a lightweight service for generating QR codes for URLs, text, or other data. It provides a web interface for quick QR code creation and download.
Features
- Generate QR codes for text or URLs
- Download QR codes as images
- Simple and fast interface
- No user registration required
Access
- Default Port:
${MINI_QR_PORT:-8089}(default: 8089) - URL:
http://localhost:${MINI_QR_PORT:-8089}
Configuration
Environment Variables
QR_DEFAULT_SIZE: Default size of generated QR codesQR_IMAGE_FORMAT: Image format (e.g.,png,svg)
Volumes
./configs/mini-qr: QR code service configuration
Usage
- Access Mini QR at
http://localhost:${MINI_QR_PORT:-8089} - Enter the text or URL to encode
- Download or share the generated QR code