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
.