This is a web app that lets you create a lunch team with a list of options. Each lunch team page has a decision maker so you can pick a place to get lunch.
Run everything with docker
docker-compose up
You can also run locally with the heroku cli
# create an .env file, customize it
cp example.env .env
# run the app
heroku local