An open API service indexing awesome lists of open source software.

https://github.com/aifrak/elixir-in-action-exercises

My solution to the exercises from "Elixir in action - Second Edition".
https://github.com/aifrak/elixir-in-action-exercises

elixir elixir-lang learning otp

Last synced: over 1 year ago
JSON representation

My solution to the exercises from "Elixir in action - Second Edition".

Awesome Lists containing this project

README

          

# Exercises from Elixir in Action: Second edition

My solutions to the exercises from the book.

## Requirement

- Elixir: 1.11+
- Erlang: 23.2+

OR

- Docker
- Docker compose

## How to access the project with Docker

1. Run `make docker-build-up` to build and start the container.

2. Run `make app-access` to access the Elixir container shell.

3. Run `iex -S mix` to access the Elixir shell.