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-08 11:24:08 +12:00
assets Working face gallery app with server rendered page. 2018-04-08 10:47:22 +12:00
config Empty Phoenix application. 2018-04-08 09:20:53 +12:00
lib Ready for step 3. 2018-04-08 11:24:08 +12:00
priv Add face importing from github. 2018-04-08 10:06:11 +12:00
test Add face importing from github. 2018-04-08 10:06:11 +12:00
.gitignore Empty Phoenix application. 2018-04-08 09:20:53 +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 Ready for step 3. 2018-04-08 11:24:08 +12:00

What are we building?

This branch contains a very simple Phoenix app which displays a gallery of faces imported from Gitbhub 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.