Creating controllers for an Elixir web server

This episode is part 7 in the Zero to Framework (building Alchemist Camp) series:

It's time to make controllers. Our router was starting to look like a kitchen sink so we factored a controller out of the app and started pulling some code into a framework.

This required the use of simple macros.

(Source code available for premium members)

Back to index

No Comments