This is a data fetcher and GraphQL API based on EA Sports Fifa Ultimate team data
Built using Elixir with Cowboy and Absinthe
- Execute
mix ecto.create
andmix ecto.migrate
to setup the database. - Start the with
mix run --no-halt
(the first execution will download the data from official fifa api). - The app starts on port 4001 by default, the graphl endpoint is:
http://localhost:4001/graphql
. - You can test the queries using the graphical interface using:
http://localhost:4001/graphiql