The Wayback Machine - https://web.archive.org/web/20190322172959/https://github.com/doomspork/elixir-companies
Skip to content
Please note that GitHub no longer supports Internet Explorer.

We recommend upgrading to the latest Microsoft Edge, Google Chrome, or Firefox.

A list of companies currently using Elixir in production.
Branch: master
Clone or download
Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
assets feat: update edit and delete buttons for company cards, #469 (#489) Mar 11, 2019
config Update contributors and footer text Mar 18, 2019
lib Separate authenticate and authorize plugs (#503) Mar 18, 2019
priv Update contributors and footer text Mar 18, 2019
test
.formatter.exs Update formatter Feb 25, 2019
.gitignore Pave the way for real tests by removing generated failing ones Feb 25, 2019
.travis.yml
Procfile
README.md
app.json Trigger a Slack message for any pending change Feb 27, 2019
compile
elixir_buildpack.config Heroku deployment changes Feb 25, 2019
mix.exs
mix.lock Add AppSignal integration Mar 3, 2019
static.json

README.md

Elixir Companies

Build Status

Elixir Companies

A collection of companies using Elixir in production.

Proudly built with Phoenix.

Running

  1. Install dependencies with mix deps.get
  2. Create and migrate your database with mix ecto.setup
  3. Install Node.js dependencies with cd assets && npm install
  4. Start Phoenix endpoint with mix phx.server

Now you can visit localhost:4000 from your browser.

Note: You need to set up a GitHub Application and ensure GITHUB_CLIENT_ID and GITHUB_CLIENT_SECRET are available to your application.

Note: You need to have Postgres version 9.5+, due to our use of certain features that are fairly new (JSONB Data Type + ON CONFLICT query).

Note: If for some reason you reset the database on your machine, you will see an error as the browser has cookies for a user that does not exist in the database. You will need to clear the cookies and site data for the page on your browser and refresh the page to remove the error.

You can’t perform that action at this time.