|
|
|
|
|
by 1_player
2540 days ago
|
|
The actual API reference is top notch: https://hexdocs.pm/phoenix/Phoenix.html But I'd suggest reading through "Phoenix In Action" to get a feel for how everything composes together, but its surface area is much smaller than Rails (though I haven't used Rails in a decade) Phoenix only deals with the web framework component. If you want to talk with databases, the official library is Ecto. For GraphQL there's Absinthe. |
|