Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 279 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 279 Bytes

BlogPhoenix

To start your new Phoenix application:

  1. Install dependencies with mix deps.get
  2. Create and update your database mix ecto.create && mix.ecto.migrate
  3. Start Phoenix endpoint with mix phoenix.server

Now you can visit localhost:4000 from your browser.