Skip to content

Patrick564/qr-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

QR image converter Go

Just a QR image converter from url in golang.

Run

Change Get env PORT by the port in development mode and run:

go run .

Endpoints

  • GET /api/codes For see all codes created in 24h
  • GET /api/code/id For see specific qr code
  • POST /api/create {"url": "url_content"} For create a QR image

Releases

No releases published

Packages

No packages published

Languages