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.
This is a simple learning project that I'll be keeping a (b)log of. Each major milestone will live on its' own branch.