Creating Your First REST API with Elixir and Phoenix Framework
We are going to create a basic REST API with Phoenix with CRUD operations but without database integration for now. This is my first REST API with Phoenix too. So, we are in this together. Creating a Phoenix Project First, we have to install Phoenix....





