- Start your service with
docker-compose up - Run project test suite with
docker-compose run bank mix test
Alternatively, you can still run the project directly, without docker:
-
Install Elixir 1.8.2 or greater in your OS
-
Install dependencies with
mix deps.get- Start your service withiex -S mix
