A very simple web app intended as a school project, this project was used to learn CI/CD and Unit Testing
Demo: qr.foulopnneau.com
·
Report Bug
·
Request Feature
Not A QR Genertaor is a simple web app that allows you to generate Rickroll QR codes from a text input.
It provides an API to get random Rickroll QR codes plus a web app to gracefully display them. It also has the capability to generate real QR codes from the original text input.
API | Webapp |
---|---|
Nodejs | Nodejs |
Express | Express |
qrcode | PUGjs |
cd server
npm install
npm start
cd server
npm install
npm run dev
Only two endpoints are available, one to get a random Rickroll QR code and one to get a Real QR code from the text input.
Method | Endpoint | Description |
---|---|---|
GET | /api/qr | Get a random Rickroll QR code |
GET | /api/qr/real?text | Get a Real QR code from the text input |
cd webapp
npm install
npm start
cd webapp
npm install
npm run dev
cd webapp
npm run test
Matthis Foulonneau - LinkedIn - Email
GPL-3.0 License