Skip to content

Angarsk8/phoenix_graphql_server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GraphiqlExample

To start the app:

  • Install dependencies with mix deps.get
  • Create and migrate your database with mix ecto.create && mix ecto.migrate
  • Start Phoenix endpoint with mix phoenix.server

Now you can visit the GraphiQL API atlocalhost:4000/graphiql from your browser.

Example taken from this blog post

Releases

No releases published

Packages

No packages published