Search⌘ K

Absinthe and the Tech Stack

Explore how Absinthe works with Elixir's Phoenix and Plug to create a GraphQL API for the PlateSlate app. Learn to connect schemas to business logic and manage data from APIs and databases.

PlateSlate application

For the rest of the course, we’ll be focusing on improving a given PlateSlate application. PlateSlate models the menu, ordering, and order fulfillment needs of a quick-service restaurant chain. We’ll incrementally build out the domain ...