Phoenix Framework Pt. 3

Aug 5, 2024

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

Aug 4, 2024

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

Aug 3, 2024

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