This is information about Elixir Projects
This repository will include public projects in Elixir Programming Language.
This project includes examples and exercises with Elixir General Concepts, into SophosApp
modules.
If available in Hex, the package can be installed
by adding sophos_app
to your list of dependencies in mix.exs
:
def deps do
[
{:sophos_app, "~> 0.1.0"}
]
end
This project includes examples and exercises with Phoenix Framework and Ecto Dependency, into TodoApp
project.
To start your Phoenix server:
- Install dependencies with
mix deps.get
- Create and migrate your database with
mix ecto.setup
- Start Phoenix endpoint with
mix phx.server
or inside IEx withiex -S mix phx.server
Now you can visit localhost:4000
from your browser.
Ready to run in production? Please check our deployment guides.
Documentation can be generated with ExDoc and published on HexDocs. Once published, the docs can be found at https://hexdocs.pm/sophos_app.