Ciprian bought and we took heavy inspiration from the Flask Mega Tutorial which we wholeheartedly recommend you to read in order to quickly grasp how we built our (now open sourced under a BSD-3 license) implementation of the decade old Lunch Roulette idea.
WE have enjoyed running our Lunch Roulette code on Heroku which was, and still is, a great fit for this implementation. The Flask Mega Tutorial (mentioned above) has a public page about how to deploy your Flask app (or Lunch Roulette clone) in Heroku.
P.S. at this moment we have no further plans to update this codebase.
- run ./runme.sh to get the NTLM proxy, PostgreSQL and required deps up and running
- then later, run ./local/install.sh to get a local python virtualenv for faster iteration