An open API service indexing awesome lists of open source software.

https://github.com/zkayser/poker_ex

Texas Hold 'Em app written in Elixir with Phoenix and OTP
https://github.com/zkayser/poker_ex

elixir phoenix phoenix-channels phoenix-framework

Last synced: about 1 year ago
JSON representation

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

Awesome Lists containing this project

README

          

# PokerEx

[![CircleCI](https://circleci.com/gh/zkayser/poker_ex.svg?style=svg)](https://circleci.com/gh/zkayser/poker_ex)

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:

```bash
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`.