Simple QR code generator.
- Clone this repository
$ git clone https://github.com/nekodayo2222/qrcode-generate.git- Install dependencies
$ npm install- Start server
$ npm start- Access to
http://localhost:3000/qr?content=ThisIsExample
- Copy
.env.exampleto.env
$ cp .env.example .env- Edit
.env - Restart server