This is an example Elixir on Phoenix 1.4 with Absinthe GraphQL app.
This example app also includes a simple implementation of the Absinthe team's Elixir
Dataloader for batch data loading (inspired by Facebook's Dataloader).
After you install and run this project, go to localhost:4000/api/graphiql
to test
out its GraphQL queries/mutations.
Load up ./GraphiQL-Workspace.json
to see some example queries/mutations.
To start the Phoenix server:
- Install dependencies with
mix deps.get
- Create and migrate your database with
mix ecto.setup
- Start Phoenix endpoint with
mix phx.server
- Official website: http://www.phoenixframework.org/
- Guides: https://hexdocs.pm/phoenix/overview.html
- Docs: https://hexdocs.pm/phoenix
- Mailing list: http://groups.google.com/group/phoenix-talk
- Source: https://github.com/phoenixframework/phoenix