Elixir GraphQL library for Dropbox:
- Install dependencies with
mix deps.get
- Create and migrate your database with
mix ecto.setup
- Start Phoenix endpoint with
mix phx.server
oriex -S mix phx.server
todo
- move all auth to phoenix
- then all queries and mutations will need authentication