Repository for the sixth challenge of the Elixir's path from Rocketseat Ignite.
- Install dependencies with
mix deps.get
- For interactive testing use
iex -S mix
- For create database use
mix ecto.create
- For migrate database use
mix ecto.migrate
- For start phoenix server use
mix phx.server
To run tests:
- Run with
mix test --cover
- Run with
mix coveralls.html
to generate HTML report