Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 653 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 653 Bytes

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