Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 312 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 312 Bytes

Simple forum with github auth on Phoenix (Elixir)

To start your Phoenix app:

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