Servy is a app made with elixir following the The Pragmatic Studio Elixir online course. It's main objective is to create an Elixir OTP app with concurrence, fault tolerance from scratch.
-
Install Elixir:
brew update && brew install elixir
-
Clone the project:
git clone git@github.com:rafaelrochasilva/servy.git
-
Install the dependencies:
mix deps.get
Credo is a static code analysis tool for the Elixir language with a focus on teaching and code consistency
- Run before pushing code