Simple QR Code generator for any provided URL
Technical stack:
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
Link to the web page:
LinkedIn: Dmitrii Nikiforov