Phoenix JSON API for a game of Tic-Tac-Toe
Install dependencies:
$ mix deps.get
To run tests, from the root directory use the command:
$ mix test
Start phoenix app with:
$ mix phx.server
View the application at localhost:4000
on your web browser.
Elixir 1.8.1 (compiled with Erlang/OTP 21)
Phoenix 1.4.5