Skip to content

Latest commit

 

History

History
75 lines (45 loc) · 1.34 KB

File metadata and controls

75 lines (45 loc) · 1.34 KB

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.