13 lines
506 B
Markdown
13 lines
506 B
Markdown
# day 10
|
|
|
|
## Instructions
|
|
|
|
- setup project
|
|
- clone to your github
|
|
- Create a page /code where we show a QR Code. The QR code goes to the route /api/v1/code/<code>?amount=1&service=software service. The code can be random
|
|
- When user scans the code, it will download pdf invoice with the amount specified in url. The service will also specified
|
|
- use this invoice template https://github.com/sparksuite/simple-html-invoice-template
|
|
- Use this library html-pdf-node
|
|
|
|
- Everything must be done by end of date
|