A GraphQL server built with Elixir, Phoenix and Absinthe
- GraphQL server
- Queries
- Mutations
- Subscriptions
Don't forget to change your database user data inside config files.
Clone this project and run:
mix ecto.setup
mix phx.server
and then you can access GraphQL playground via http://localhost:4000/graphiql