Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 1.04 KB

README.md

File metadata and controls

30 lines (19 loc) · 1.04 KB

Repoex (API GITHUB)

Language Platform License

Repository for the sixth challenge of the Elixir's path from Rocketseat Ignite.

🚀 Techs

🔧 Setup

  • 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

✅ Test

To run tests:

  • Run with mix test --cover
  • Run with mix coveralls.html to generate HTML report

📄 License