Skip to content

My journey as code along through the 'Crafting GraphQL APIs in Elixir with Absinthe' book.

Notifications You must be signed in to change notification settings

conradwt/crafting-graphql-apis-in-elixir-with-absinthe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Crafting GraphQL APIs in Elixir with Absinthe

The purpose of this repository is to track my progress as I code along through the book, Crafting GraphQL APIs in Elixir with Absinthe.

This app powers located [here](Heroku Project URL)

Getting Started

Software requirements

  • Absinthe 1.4.16 or higher

  • Elixir 1.8.1 or higher

  • Phoenix 1.4.2 or higher

  • PostgreSQL 11.2.x or higher

Navigate to the Phoenix application

cd /path/to/phoenix/application

Set configuration files

WIP

Note: You may need to edit the above files as necessary for your system.

Install Phoenix application dependencies

mix deps.get

Create the database

mix ecto:create

Migrating database

mix ecto:migrate

Starting the local server

iex -S mix phx.server

Production Deployment

WIP

Support

Bug reports and feature requests can be filed with the rest for the Ruby on Rails project here:

License

is released under the MIT license.

Copyright

copyright:: (c) Copyright 2019 Conrad Taylor. All Rights Reserved.

About

My journey as code along through the 'Crafting GraphQL APIs in Elixir with Absinthe' book.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published