QR Bot is a web application built using Nodejs, Expressjs, Mongoose, and MongoDB. The system is designed to allow users to generate number of QR Code and download the genrated QR image. It also help the users to analyse the generated QR code.
- Authentication
- APIValidation
- Responsive
- Cross Platform
- Signup/signin/Logout
- QR Generator
- QR Analyser
https://github.com/abhishek1494k/QRBOT.com
npm i --globalcd backendnpx nodemon index.js[http://localhost:5500]
mongoURL
key
PORT
Nodemailer Password
GET /api/POST /api/signupPOST /api/loginPOST /api/logoutPOST /api/qr/postGET /api/user/detail/POST /api/user/block/GET /api/user/block/details/POST /api/user/unblock/DELETE /api/user/deleteUSERS DATA...
{"first_name":"harsh thakur",
"email":"harsh@gmail.com",
"password":"123456" }
QR DATA...
{"url":"https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcSJO1Bmu2stkBmmOJXmyHN5G7UHmeA4xr5z0whR9JZF&s",
"size":"150 x 150"
"email":"abhisek@gmail.com"}



















