August 2025
Intermediate to advanced
294 pages
6h 59m
English
In the first chapter, we learned how to set up Ash within our Phoenix app, created our first resource for Artists within a domain, and built out a full web interface so that we could create, read, update, and delete Artist records. This would be a great starting point for any application, to pick your most core domain model concept and build it out.
Now we can start fleshing out the domain model for Tunez a bit more because one resource does not a full application make. Having multiple resources and connecting them together will allow us to do things like querying and filtering based on related data. So, in the real world, artists release albums, right? Let’s build a second resource representing ...
Read now
Unlock full access