poker_ex icon indicating copy to clipboard operation
poker_ex copied to clipboard

Texas Hold 'Em app written in Elixir with Phoenix and OTP

PokerEx

CircleCI

PokerEx is a Texas Hold 'Em game engine with a Phoenix API layer over top of it.

To run the project, fetch your dependencies and run the server:

mix deps.get
mix phx.server

The dev server is set to run on port 8080, but you can configure this in the config/dev.exs.