Last active
August 9, 2019 08:39
-
-
Save sandeshsoni/1047f9a2a35d2f02b93e84511194c84a to your computer and use it in GitHub Desktop.
Ecto basics, Build simple app
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
defmodule Ecom.Cat do | |
end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
mix new ecommerce_engine --sup |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
defmodule EcommerceEngine.Product do | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment