Skip to content

Adzz/umbrellaexql

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Umbrellexql

This is a starter app to quickly bootstrap a graphl API umbrella application. The easiest way is to click the green "Use this template" button above. Github will then create a repo for you that you can name what you like, with the same files and folders in this template. Then all you'll need to do is replace this:

defmodule Umbrellexql.MixProject do

With this:

defmodule YourAppsName.MixProject do

You can read about the approach I've taken here: https://medium.com/@ItizAdz/structuring-umbrella-apps-in-elixir-79aebcb551de