tic-tac-toe-backend icon indicating copy to clipboard operation
tic-tac-toe-backend copied to clipboard

Source code for blog post on the free monad in F#

Tic-Tac-Toe Backend

Create Docker image

docker build -t tictactoe .

Run Docker

docker run -d -p 5000:5000 -e PORT=5000 tictactoe