Technology, Politics, and Folk Literature

Phoenix Framework Pt. 3

The routes of the application are defined within the lib/hello_web/router.ex file. In this file, look for the following code snippet.

Phoenix Framework Pt. 2

In this article, I am going to briefly explain to you the purpose of a few files and folders present in this hello Phoenix project. This will be brief. Because, as you start to become familiar with Phoenix projects, it will become second nature to you.

Phoenix Framework Pt. 1

This article assumes that you already know Elixir programming language. Further, following are the software you have on your computer.