Source for a talk I gave about GraphQL and Elixir/Phoenix.
This repository has been archived on 2024-06-24. You can view files and clone it, but cannot push or open issues or pull requests.
Find a file
2018-04-10 12:56:35 +12:00
assets Working face gallery app with server rendered page. 2018-04-08 10:47:22 +12:00
config Fix timestamps to always create as :utc_datetime. 2018-04-08 12:26:14 +12:00
lib Fix timestamps to always create as :utc_datetime. 2018-04-08 12:26:14 +12:00
priv Add face importing from github. 2018-04-08 10:06:11 +12:00
test Fix tests after controller changes. 2018-04-08 11:32:55 +12:00
.gitignore Empty Phoenix application. 2018-04-08 09:20:53 +12:00
go.sh Update go.sh 2018-04-10 12:56:35 +12:00
mix.exs Add face importing from github. 2018-04-08 10:06:11 +12:00
mix.lock Add face importing from github. 2018-04-08 10:06:11 +12:00
README.md Fix typo. 2018-04-08 17:12:48 +12:00

What are we building?

This branch contains a very simple Phoenix app which displays a gallery of faces imported from Github users. Shout out to Eduardo for the cool Tentacat package which made using the Github API so easy.

Demo

Now move on to the step-3 branch.