Skip to content

nikkxll/QRify

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 

Repository files navigation

QRify

Summary

Simple QR Code generator for any provided URL

Technical stack:

Stack

Setup and run locally

To run the application correctly, create a .env file in the qr-generator directory and add the following variables:

MONGODB_URI - your local MongoDB URI
BASE_URL - protocol + your machine IP + port (e.g. http://192.168.x.x:3000)
QR_API_URL - QRCode Monkey API (https://api.qrcode-monkey.com/qr/custom)
QR_API_URL_IMG - QRCode Monkey API for logos (https://api.qrcode-monkey.com/qr/uploadImage)
JWT_SECRET - A secret key used to sign and verify JWT (JSON Web Tokens) for authentication
GOOGLE_CLIENT_ID - Obtained from the Google Cloud Console when you register your application
GOOGLE_CLIENT_SECRET - A secret key provided by Google when you register your application

In dev mode

cd qr-generator/ && npm i && npm run dev

Website

Link to the web page:

https://qrify-it.vercel.app/

LinkedIn: Dmitrii Nikiforov

About

QR code generator for any URL

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •