Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 322 Bytes

File metadata and controls

11 lines (8 loc) · 322 Bytes

DropboxApi

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 or iex -S mix phx.server

todo

  • move all auth to phoenix
  • then all queries and mutations will need authentication