Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 1009 Bytes

README.md

File metadata and controls

25 lines (17 loc) · 1009 Bytes

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