The app following Get Outfit website.
Run api/randomize.sh first before building in order to randomize getReponseToken() algorithm both locally and on the server.
You need to create Google spreadsheets for Orders (Answers, Orders, Users sheets) and Quiz (Questions, Answers sheets), create initial apps scripts for both via Tools > Script Editor and Publish > Deploy as web app..., and give them all neccessary permissions.
clasp login
cd api/orders
clasp push
clasp deployments
clasp deploy -i "<deployment id>" -d "<deployment message>"
cd ../api/quiz
clasp push
clasp deployments
clasp deploy -i "<deployment id>" -d "<deployment message>"
flutter run