Votio
A learning project implementing realtime voting, with Elixir, Phoenix, Ueberauth, React, Redux, and D3.
Install / Use
/learn @terakilobyte/VotioREADME
Votio

You'll need to set your github environmental variables appropriately. Look in config.ex if you'd rather just hardcode them in for testing.
To start the application:
- Install dependencies with
mix deps.get - Install NPM dependencies with
npm install - Create and migrate your database with
mix ecto.create && mix ecto.migrate - Start Phoenix endpoint with
mix phoenix.server
Now you can visit localhost:4000 from your browser.
Votio
This is a simple learning project that I'll be keeping a (b)log of. Each major milestone will live on its' own branch.
