This is the backend for a TODO application to show a list of todo items. The frontend can be found at this repository.
- Elixir: The programming language https://elixir-lang.org/
- Phoenix: Web framework in Elixir http://www.phoenixframework.org/
- Absinthe: GraphQL implementation for Elixir that will handle running GraphQL queries submitted via Phoenix http://absinthe-graphql.org/
To start your Phoenix server:
- Run
mix setup
to install and setup dependencies - Start Phoenix endpoint with
mix phx.server
or inside IEx withiex -S mix phx.server
Now you can visit localhost:4000/graphiql
from your browser to interact with the server.
- Run
mix test
to run the tests
This application is developed by Hoan Phung
I followed this instruction to build this GraphQL server.