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

https://github.com/battermann/tic-tac-toe-backend

Source code for blog post on the free monad in F#
https://github.com/battermann/tic-tac-toe-backend

Last synced: about 1 year ago
JSON representation

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

Awesome Lists containing this project

README

          

# Tic-Tac-Toe Backend

## Create Docker image

```bash
docker build -t tictactoe .
```

## Run Docker

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