philiph / learning_phoenix

Code from a demo where I went through the process of creating a basic Elixir & Phoenix 1.5.3 web app.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

LearningPhoenix

To start your Phoenix server:

  • Install dependencies with mix deps.get
  • Create and migrate your database with mix ecto.setup
  • Install Node.js dependencies with npm install inside the assets directory
  • Start Phoenix endpoint with mix phx.server

Now you can visit localhost:4000 from your browser.

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

Learn more

About

Code from a demo where I went through the process of creating a basic Elixir & Phoenix 1.5.3 web app.


Languages

Language:Elixir 67.8%Language:CSS 20.0%Language:JavaScript 7.5%Language:HTML 4.6%