Setting up Phoenix 1.3 as an API only app
Getting started with Phoenix is super easy, especially with the mix phx.new
command. However recently, I had to go through a manual process of customizing the default setup for an API only app. In this article, you’ll learn how to configure Phoenix 1.3 for…