Skip to content

techdev-solutions/lunch-decider

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

techdev lunch decider

The lunch decider is a web application running in OpenResty with Redis as a storage backend.

See this blog article for its story!

How to run

Prerequirements:

  1. Redis must be installed and a Redis server must be running on the port 6379
  2. OpenResty must be installed under /usr/local/openresty (if it's somewhere else edit start.sh).

Then it suffices to run start.sh in the folder where it lies. After that the tool is available under http://localhost:8080.

Start to add some options for lunch and let the tool decide for you where to eat!