softvoyagers

QRMint

Community softvoyagers
Updated

QRMint

CICDLicense: MIT

Styled QR code generator API

Free and open. No API keys. No authentication. No rate limits. Part of the SoftVoyagers ecosystem.

Quick Start

# Clone the repository
git clone https://github.com/softvoyagers/QRMint.git
cd QRMint

# Install dependencies
npm install

# Start development server
npm run dev

# Open in browser
open http://localhost:8080

API Reference

Base URL

https://qrmint.dev/api/v1

Endpoints

Method Path Description
GET /api/v1/example Example GET endpoint
POST /api/v1/example Example POST endpoint
GET /health Health check

Example Request

curl "https://qrmint.dev/api/v1/example"

Example Response

{
  "status": "success",
  "data": {
    "message": "Replace this with your API logic",
    "timestamp": "2026-01-01T00:00:00.000Z"
  }
}

Development

npm install          # Install dependencies
npm run dev          # Start dev server (nodemon + ts-node)
npm run build        # Compile TypeScript
npm run start        # Run compiled output
npm test             # Run tests with coverage
npm run lint         # TypeScript type check

Docker

# Build and run with Docker Compose
docker compose up --build

# Or build manually
docker build -t QRMint .
docker run -p 8080:8080 QRMint

Tech Stack

Layer Technology
Runtime Node.js 20 (LTS)
Language TypeScript (strict mode)
Framework Express 5
Testing Jest + Supertest
Container Multi-stage Dockerfile (node:20-alpine)
CI/CD GitHub Actions
Hosting Azure Web App for Containers
Frontend Vanilla HTML/CSS/JS (cyberpunk theme)

Portfolio

Part of the SoftVoyagers ecosystem:

  • LinkMeta - URL metadata extraction API
  • PageShot - Screenshot & webpage capture API
  • MyAddress - Address autocomplete & geocoding
  • QRMint - Styled QR code generator API

License

MIT

MCP Server ยท Populars

MCP Server ยท New

    financialdatanet

    fdnpy

    A Python SDK for FinancialData.Net API - Real-time & Historical Stock Market Data

    Community financialdatanet
    deusXmachina-dev

    MemoryLane

    MCP Server

    Community deusXmachina-dev
    ConstantineB6

    Comfy Pilot

    MCP server + embedded terminal that lets Claude Code see and edit your ComfyUI workflows

    Community ConstantineB6
    xpaysh

    Awesome X402

    ๐Ÿš€ Curated list of x402 resources: HTTP 402 Payment Required protocol for blockchain payments, crypto micropayments, AI agents, API monetization. Includes SDKs (TypeScript, Python, Rust), examples, facilitators (Coinbase, Cloudflare), MCP integration, tutorials. Accept USDC payments with one line of code. Perfect for AI agent economy.

    Community xpaysh