Avatar


elixir

CRUD Application with Phoenix

Nov 10, 2019


Simple introduction to Elixir GOAL This article was made while I was exploring the Elixir world for the first time, so please keep in mind that all is written from a beginner perspective. What I had in mind at the time was to learn Elixir with a hands-on approach, trying to replicate a simple project I previously made in Python + SQLite + Flask. The application will expose a simple web interface to handle information about groceries: the user will be able to add, remove, modify categories, shops and products. Read Moreā€¦