javereec / blog

An example Phoenix 1.3 application

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Blog

An example Phoenix 1.3 application. Demonstrates how to structure a simple blog in the way Phoenix 1.3 will recommend.

For the umbrella version, see https://github.com/learnphoenixtv/blog_umbrella.

Running the Server

To start your Phoenix server:

  • Install dependencies with mix deps.get
  • Create and migrate your database with mix ecto.create && mix ecto.migrate
  • Install Node.js dependencies with cd assets && npm install
  • Start Phoenix endpoint with mix phoenix.server

Now you can visit localhost:4000 from your browser.

Ready to run in production? Please check our deployment guides.

Learn more

About

An example Phoenix 1.3 application


Languages

Language:Elixir 82.1%Language:JavaScript 10.7%Language:HTML 7.1%Language:CSS 0.1%