DEV Community

Payam Mousavi
Payam Mousavi

Posted on

Building a RESTful API Backend with Authentication using Elixir Phoenix

Two years ago, I wrote an article on how to build a RESTful backend using Elixir and the Phoenix framework. I really enjoyed that project, specially after working with Ruby and Ruby on Rails for a couple of years.

I intent to upgrade that project and explain possible challenges during the upgrade, and also want to add more features to explore recent amazing features of Phoenix such as LiveView! Of course, some spec tests would be appreciated!

This is the link to that article: Building a RESTful API Backend with Authentication using Elixir Phoenix

And this is the Github repo of the project: Phoenix REST backend

Happy coding!

Top comments (0)