Skip to content

cristanchelo/ElixirProjects-

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

97 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Elixir Projects

This is information about Elixir Projects

General information

This repository will include public projects in Elixir Programming Language.

/SophosApp

This project includes examples and exercises with Elixir General Concepts, into SophosApp modules.

Installation

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

/TodoApp

This project includes examples and exercises with Phoenix Framework and Ecto Dependency, into TodoApp project.

Instalation TodoApp

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 with iex -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.

About

Elixir Projects Information

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published