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.example
to.env
$ cp .env.example .env
- Edit
.env
- Restart server