Skip to content

Instantly share code, notes, and snippets.

@sandeshsoni
Last active August 9, 2019 08:39
Show Gist options
  • Save sandeshsoni/1047f9a2a35d2f02b93e84511194c84a to your computer and use it in GitHub Desktop.
Save sandeshsoni/1047f9a2a35d2f02b93e84511194c84a to your computer and use it in GitHub Desktop.
Ecto basics, Build simple app
defmodule Ecom.Cat do
end
mix new ecommerce_engine --sup
defmodule EcommerceEngine.Product do
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment