This is a NodeJS + Express app
Install modules:
npm install
To run, do:
npm run dev
Create a new QR code using the following command
curl -X POST -d '{"fullName":"Vitor Pamplona", "dob":"1922-07-27"}' -H 'Content-Type: application/json' http://localhost:8000/status
GitHub Actions generates a new Release when npm version is run and pushed to the repo.
npm version <version number: x.x.x>
Issues and pull requests are very welcome! :)