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".
- Host: GitHub
- URL: https://github.com/aifrak/elixir-in-action-exercises
- Owner: aifrak
- License: mit
- Created: 2021-04-20T16:06:32.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2023-01-03T11:36:55.000Z (over 3 years ago)
- Last Synced: 2025-01-21T07:09:00.083Z (over 1 year ago)
- Topics: elixir, elixir-lang, learning, otp
- Language: Elixir
- Homepage: https://www.manning.com/books/elixir-in-action-second-edition
- Size: 25.4 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.