A hacked together app that lets people from Deutsche Model United Nations e.V. scan QR codes on their inventory and see associated information from a Google Sheet they maintain manually.
SHEET_ID
GOOGLE_SERVICE_ACCOUNT_EMAIL
GOOGLE_PRIVATE_KEY
You need to have a .env
file with the required env vars in the top level of the repo.
make dev
bring up dev server that watches for code changesmake check-and-fix
run code linter and formattermake prod
bring up prod image locallymake release
publishes an image to my registry on docker.com