Skip to content

kainlite/tr

Repository files navigation

TR

github codecov

This is the source code for my blog, you can check it out here

Development

To start your Phoenix server:

  • Install dependencies with mix deps.get
  • Create and migrate your database with mix ecto.setup
  • Start Phoenix endpoint with mix phx.server or inside IEx with iex -S mix phx.server
  • Start the dev PG instance docker-compose up -d.

Now you can visit localhost:4000 from your browser.

Learn more