To start, clone the repo and git checkout starter
Then:
- Install dependencies with
mix deps.get
- Configure your postgres user in your database files in config/[dev|test].exs
- Create and migrate your database with
mix ecto.create && mix ecto.migrate
- Install js dependencies with
npm install
- Start Phoenix endpoint with
mix phoenix.server
Now you can visit localhost:4000
from your browser.
Ready to run in production? Please check our deployment guides.
- Official website: http://www.phoenixframework.org/
- Guides: http://phoenixframework.org/docs/overview
- Docs: http://hexdocs.pm/phoenix
- Mailing list: http://groups.google.com/group/phoenix-talk
- Source: https://github.com/phoenixframework/phoenix
- Start a new game
- Get list of running games
- Join a game
- Make a move
- Calculate winner
- Log game events
- Pipe game events to Phoenix
- Tracking score
- Prevent cheating
Shows commits and descriptions since the starter
tag.
git log --pretty=format:'%Cgreen%h - %Cred%s%Creset%n%b' --reverse starter..HEAD