Skip to content

Surajchandraa/QR-generator-backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

QR-generator-backend

This application can generate qr code for (url,email,phone,text,location,sms,event,vCard etc).

Setup:

  • clone this repository in your local directory.
  • open terminal in that directory and run command npm i. It will install all the dependencies/ packages.

Technology used:

  • 1.nodejs
  • 2.expressjs
  • 3.qrcode library
  • 4.cors

How to run this:

  • open terminal and run command nodemon index.js or node index.js
  • once server is running open web browser and type url http://localhost:5000/

Use:

  • click on button for which you want to generate qr code.
  • you will get input field and generate button . give input and click on generate.
  • qr code will be generated you can simply download it also.

features:

  • can generate qr for url, email and download them

Picture:

frontend picture

About

This application can generate qr code for (email,phone,text,location,sms,event,vCard etc).

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors