/Discuss

Elixir + Phoenix project

Primary LanguageElixirGNU General Public License v3.0GPL-3.0

Discuss

Elixir sample application.

Features:

  • RESTful
  • OAuth
  • Plugs for adding some security
  • Websockets to add comments

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
  • On config.exs, change Github's client_id and secret

Now you can visit localhost:4000 from your browser.

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

Learn more