All Projects → chrismccord → elixirconf_training

chrismccord / elixirconf_training

Licence: other
No description, website, or topics provided.

Programming Languages

javascript
184084 projects - #8 most used programming language
CSS
56736 projects
elixir
2628 projects

ElixirConf 2015 Training – Collaborative Information System

To start your new Phoenix application:

  1. Install dependencies with mix deps.get
  2. Setup your database and seed some content:
$ mix ecto.create
$ mix ecto.migrate
$ mix run priv/repo/seeds.exs
$ npm install
  1. Start Phoenix endpoint with mix phoenix.server

Now you can visit localhost:4000 from your browser.

Copyright (c) 2015 Chris McCord

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].