Tutorial
Overview
Erlang Web framework is a very useful tool, but as long as we do not know all its features we are not able to exploit all of its power and potential.
In order to make users familiar with Erlang Web, we will build an example service: fully interactive web shop. The service will be built step-by-step with all code commented and available for download.
Conventions
we will be using Inets web server and framework running in the single_node mode (default one)
the running command is ./bin/start_interactive
in order to reload the changed modules, run eptic:reload(). It will also reload all the dispatcher rules/project configuration and so on
